You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -48,7 +48,7 @@ This cmdlet assigns a phone number to a user or resource account. When you assig
48
48
49
49
You can also assign a location to a phone number.
50
50
51
-
To remove a phone number from a user or resource account, use the [Remove-CsPhoneNumberAssignment](Remove-CsPhoneNumberAssignment.md) cmdlet.
51
+
To remove a phone number from a user or resource account, use the [Remove-CsPhoneNumberAssignment](https://learn.microsoft.com/powershell/module/teams/remove-csphonenumberassignment) cmdlet.
This example shows how to turn off reverse number lookup (RNL) on a phone number. When RNL is set to 'SkipInternalVoip', an internal call to this phone number will not attempt to pass through internal VoIP via reverse number lookup in Microsoft Teams. Instead the call will be established through external PSTN connectivity directly. This example is only applicable for Direct Routing phone numbers.
145
-
144
+
This example shows how to turn off reverse number lookup (RNL) on a phone number. When RNL is set to 'SkipInternalVoip', an internal call to this phone number will not attempt to pass through internal VoIP via reverse number lookup in Microsoft Teams. Instead the call will be established through external PSTN connectivity directly. This example is only applicable for Direct Routing phone numbers.
146
145
147
146
## PARAMETERS
148
147
@@ -152,7 +151,7 @@ This parameter is reserved for internal Microsoft use.
152
151
```yaml
153
152
Type: System.String
154
153
Parameter Sets: (Assignment)
155
-
Aliases:
154
+
Aliases:
156
155
Applicable: Microsoft Teams
157
156
158
157
Required: False
@@ -169,7 +168,7 @@ This parameter is mutual exclusive with PhoneNumber.
The LocationId of the location to assign to the specific user. You can get it using Get-CsOnlineLisLocation. You can set the location on both assigned and unassigned
198
197
phone numbers.
199
198
200
-
Removal of location from a phone number is supported for Direct Routing numbers and Operator Connect numbers that are not managed by the Service Desk.
199
+
Removal of location from a phone number is supported for Direct Routing numbers and Operator Connect numbers that are not managed by the Service Desk.
201
200
If you want to remove the location, use the string value null for LocationId.
202
201
203
202
```yaml
@@ -217,7 +216,7 @@ This parameter is reserved for internal Microsoft use.
217
216
```yaml
218
217
Type: System.String
219
218
Parameter Sets: (Assignment)
220
-
Aliases:
219
+
Aliases:
221
220
Applicable: Microsoft Teams
222
221
223
222
Required: False
@@ -280,6 +279,6 @@ The previous command for assigning phone numbers to users Set-CsUser had the par
280
279
necessary and that is why the parameter is not available on Set-CsPhoneNumberAssignment.
Copy file name to clipboardExpand all lines: teams/teams-ps/teams/Set-CsTeamsAcsFederationConfiguration.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,23 +14,23 @@ schema: 2.0.0
14
14
15
15
**Limited Preview:** Functionality described in this document is currently in limited preview and only authorized organizations have access. This preview version is provided without a service-level agreement, and is not recommended for production workloads. Certain features might not be supported or might have constrained capabilities. For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
16
16
17
-
This cmdlet is used to manage the federation configuration between Teams and Azure Communication Services. For more information, please see [Azure Communication Services and Teams Interoperability](/azure/communication-services/concepts/teams-interop).
17
+
This cmdlet is used to manage the federation configuration between Teams and Azure Communication Services. For more information, please see [Azure Communication Services and Teams Interoperability](https://learn.microsoft.com/azure/communication-services/concepts/teams-interop).
18
18
19
19
## SYNTAX
20
20
21
21
```powershell
22
22
Set-CsTeamsAcsFederationConfiguration
23
-
[-Identity <String[]>]
24
-
[-EnableAcsUsers <Boolean>]
25
-
[-AllowedAcsResources <String[]>]
26
-
[-WhatIf]
27
-
[-Confirm]
28
-
[<CommonParameters>]
23
+
[-Identity <String[]>]
24
+
[-EnableAcsUsers <Boolean>]
25
+
[-AllowedAcsResources <String[]>]
26
+
[-WhatIf]
27
+
[-Confirm]
28
+
[<CommonParameters>]
29
29
```
30
30
31
31
## DESCRIPTION
32
32
33
-
Federation between Teams and Azure Communication Services (ACS) allows external users from ACS to connect and communicate with Teams users over voice and video. These custom applications may be used by end users or by bots, and there is no differentiation in how they appear to Teams users unless the developer of the application explicitly indicates this as part of the communication. For more information, see [Teams interoperability](/azure/communication-services/concepts/teams-interop).
33
+
Federation between Teams and Azure Communication Services (ACS) allows external users from ACS to connect and communicate with Teams users over voice and video. These custom applications may be used by end users or by bots, and there is no differentiation in how they appear to Teams users unless the developer of the application explicitly indicates this as part of the communication. For more information, see [Teams interoperability](https://learn.microsoft.com/azure/communication-services/concepts/teams-interop).
34
34
35
35
This cmdlet is used to enable or disable Teams and ACS federation for a Teams tenant, and to specify which ACS resources can connect to Teams. Only listed ACS resources can be allowed.
36
36
@@ -108,10 +108,10 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
316
-
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
305
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
Choose which apps and messaging extensions you want to be installed in your users' personal Teams environment and in meetings they create. Users can install other available apps from the Teams app store.
182
+
Choose which apps and messaging extensions you want to be installed in your users' personal Teams environment and in meetings they create. Users can install other available apps from the Teams app store.
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
319
-
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
318
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
256
-
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
255
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
0 commit comments