Skip to content

Commit 49422b4

Browse files
authored
Merge pull request MicrosoftDocs#2352 from MicrosoftDocs/islubin-patch-7
Calling Policy update
2 parents cb79f53 + 14a6a77 commit 49422b4

File tree

1 file changed

+7
-22
lines changed

1 file changed

+7
-22
lines changed

skype/skype-ps/skype/Set-CsTeamsCallingPolicy.md

Lines changed: 7 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ Use this cmdlet to update values in existing Teams Calling Policies.
1818
```
1919
Set-CsTeamsCallingPolicy [-Tenant <System.Guid>] [-AllowCalling <Boolean>] [-AllowPrivateCalling <Boolean>]
2020
[-AllowVoicemail <String>] [-AllowCallGroups <Boolean>] [-AllowDelegation <Boolean>]
21-
[-AllowUserControl <Boolean>] [-AllowCallForwardingToUser <Boolean>] [-AllowCallForwardingToPhone <Boolean>]
21+
[-AllowCallForwardingToUser <Boolean>] [-AllowCallForwardingToPhone <Boolean>]
2222
[-PreventTollBypass <Boolean>] [[-Identity] <XdsIdentity>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
2323
```
2424

2525
### Instance
2626
```
2727
Set-CsTeamsCallingPolicy [-Tenant <System.Guid>] [-AllowCalling <Boolean>] [-AllowPrivateCalling <Boolean>]
2828
[-AllowVoicemail <String>] [-AllowCallGroups <Boolean>] [-AllowDelegation <Boolean>]
29-
[-AllowUserControl <Boolean>] [-AllowCallForwardingToUser <Boolean>] [-AllowCallForwardingToPhone <Boolean>]
29+
[-AllowCallForwardingToUser <Boolean>] [-AllowCallForwardingToPhone <Boolean>]
3030
[-PreventTollBypass <Boolean>] [-Instance <PSObject>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
3131
```
3232

@@ -185,7 +185,7 @@ Accept wildcard characters: False
185185
```
186186
187187
### -AllowCallForwardingToUser
188-
{{Fill AllowCallForwardingToUser Description}}
188+
Enables call forwarding or simultaneous ringing of inbound calls to other users
189189
190190
```yaml
191191
Type: Boolean
@@ -200,7 +200,7 @@ Accept wildcard characters: False
200200
```
201201
202202
### -AllowCallGroups
203-
{{Fill AllowCallGroups Description}}
203+
Enables inbound calls to be routed to call groups
204204
205205
```yaml
206206
Type: Boolean
@@ -215,22 +215,7 @@ Accept wildcard characters: False
215215
```
216216
217217
### -AllowDelegation
218-
{{Fill AllowDelegation Description}}
219-
220-
```yaml
221-
Type: Boolean
222-
Parameter Sets: (All)
223-
Aliases:
224-
225-
Required: False
226-
Position: Named
227-
Default value: None
228-
Accept pipeline input: False
229-
Accept wildcard characters: False
230-
```
231-
232-
### -AllowUserControl
233-
{{Fill AllowUserControl Description}}
218+
Enables inbound calls to be routed to delegates; allows delegates to make outbound calls on behalf of the users for whom they have delegated permissions.
234219
235220
```yaml
236221
Type: Boolean
@@ -245,7 +230,7 @@ Accept wildcard characters: False
245230
```
246231
247232
### -AllowVoicemail
248-
{{Fill AllowVoicemail Description}}
233+
Enables inbound calls to be routed to voice mail. Valid options are: AlwaysEnabled, AlwaysDisabled, UserOverride
249234
250235
```yaml
251236
Type: String
@@ -260,7 +245,7 @@ Accept wildcard characters: False
260245
```
261246
262247
### -PreventTollBypass
263-
{{Fill PreventTollBypass Description}}
248+
Setting this parameter to True will send calls through PSTN and incur charges rather than going through the network and bypassing the tolls.
264249
265250
```yaml
266251
Type: Boolean

0 commit comments

Comments
 (0)