File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ Use this cmdlet to update values in existing Teams Calling Policies.
22
22
```
23
23
Set-CsTeamsCallingPolicy [-Tenant <System.Guid>] [-AllowWebPSTNCalling <Boolean>] [-SafeTransferEnabled <Object>] [-AllowCalling <Boolean>] [-AllowPrivateCalling <Boolean>]
24
24
[-AllowVoicemail <String>] [-AllowCallGroups <Boolean>] [-AllowDelegation <Boolean>]
25
- [-AllowCallForwardingToUser <Boolean>] [-AllowCallForwardingToPhone <Boolean>]
25
+ [-AllowCallForwardingToUser <Boolean>] [-AllowCallForwardingToPhone <Boolean>] [-allowCloudRecordingForCalls <Boolean>]
26
26
[-PreventTollBypass <Boolean>] [-BusyOnBusyEnabledType <String>] [-MusicOnHoldEnabledType <Enum>][[-Identity] <XdsIdentity>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
27
27
```
28
28
29
29
### Instance
30
30
```
31
31
Set-CsTeamsCallingPolicy [-Tenant <System.Guid>] [-AllowCalling <Boolean>] [-AllowPrivateCalling <Boolean>]
32
32
[-AllowVoicemail <String>] [-AllowCallGroups <Boolean>] [-AllowDelegation <Boolean>]
33
- [-AllowCallForwardingToUser <Boolean>] [-AllowCallForwardingToPhone <Boolean>]
33
+ [-AllowCallForwardingToUser <Boolean>] [-AllowCallForwardingToPhone <Boolean>] [-allowCloudRecordingForCalls <Boolean>]
34
34
[-PreventTollBypass <Boolean>] [-BusyOnBusyEnabledType <String>] [-MusicOnHoldEnabledType <Enum>] [-Instance <PSObject>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
35
35
```
36
36
@@ -258,6 +258,20 @@ Type: String
258
258
Parameter Sets : (All)
259
259
Aliases :
260
260
261
+ Required : False
262
+ Position : Named
263
+ Default value : None
264
+ Accept pipeline input : False
265
+ Accept wildcard characters : False
266
+ ` ` `
267
+ ### -allowCloudRecordingForCalls
268
+ Determines whether cloud recording is allowed in a user's 1:1 call. Set this to TRUE to allow the user to be able to record 1:1 calls. Set this to FALSE to prohibit the user from recording 1:1 calls.
269
+
270
+ ` ` ` yaml
271
+ Type : Boolean
272
+ Parameter Sets : (All)
273
+ Aliases :
274
+
261
275
Required : False
262
276
Position : Named
263
277
Default value : None
You can’t perform that action at this time.
0 commit comments