@@ -18,15 +18,15 @@ Use this cmdlet to update values in existing Teams Calling Policies.
18
18
```
19
19
Set-CsTeamsCallingPolicy [-Tenant <System.Guid>] [-AllowCalling <Boolean>] [-AllowPrivateCalling <Boolean>]
20
20
[-AllowVoicemail <String>] [-AllowCallGroups <Boolean>] [-AllowDelegation <Boolean>]
21
- [-AllowUserControl <Boolean>] [-AllowCallForwardingToUser <Boolean>] [-AllowCallForwardingToPhone <Boolean>]
21
+ [-AllowCallForwardingToUser <Boolean>] [-AllowCallForwardingToPhone <Boolean>]
22
22
[-PreventTollBypass <Boolean>] [[-Identity] <XdsIdentity>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
23
23
```
24
24
25
25
### Instance
26
26
```
27
27
Set-CsTeamsCallingPolicy [-Tenant <System.Guid>] [-AllowCalling <Boolean>] [-AllowPrivateCalling <Boolean>]
28
28
[-AllowVoicemail <String>] [-AllowCallGroups <Boolean>] [-AllowDelegation <Boolean>]
29
- [-AllowUserControl <Boolean>] [-AllowCallForwardingToUser <Boolean>] [-AllowCallForwardingToPhone <Boolean>]
29
+ [-AllowCallForwardingToUser <Boolean>] [-AllowCallForwardingToPhone <Boolean>]
30
30
[-PreventTollBypass <Boolean>] [-Instance <PSObject>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
31
31
```
32
32
@@ -185,7 +185,7 @@ Accept wildcard characters: False
185
185
` ` `
186
186
187
187
### -AllowCallForwardingToUser
188
- {{Fill AllowCallForwardingToUser Description}}
188
+ Enables call forwarding or simultaneous ringing of inbound calls to other users
189
189
190
190
` ` ` yaml
191
191
Type : Boolean
@@ -200,7 +200,7 @@ Accept wildcard characters: False
200
200
` ` `
201
201
202
202
### -AllowCallGroups
203
- {{Fill AllowCallGroups Description}}
203
+ Enables inbound calls to be routed to call groups
204
204
205
205
` ` ` yaml
206
206
Type : Boolean
@@ -215,22 +215,7 @@ Accept wildcard characters: False
215
215
` ` `
216
216
217
217
### -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.
234
219
235
220
` ` ` yaml
236
221
Type : Boolean
@@ -245,7 +230,7 @@ Accept wildcard characters: False
245
230
` ` `
246
231
247
232
### -AllowVoicemail
248
- {{Fill AllowVoicemail Description}}
233
+ Enables inbound calls to be routed to voice mail. Valid options are: AlwaysEnabled, AlwaysDisabled, UserOverride
249
234
250
235
` ` ` yaml
251
236
Type : String
@@ -260,7 +245,7 @@ Accept wildcard characters: False
260
245
` ` `
261
246
262
247
### -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.
264
249
265
250
` ` ` yaml
266
251
Type : Boolean
0 commit comments