Skip to content

Commit 73a24fb

Browse files
authored
Merge pull request MicrosoftDocs#6857 from SamChung-MS/patch-1
Update Set-CsTeamsCallingPolicy.md
2 parents 17dc2f6 + 829f0b8 commit 73a24fb

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

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

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ Use this cmdlet to update values in existing Teams Calling Policies.
2222
```
2323
Set-CsTeamsCallingPolicy [-Tenant <System.Guid>] [-AllowWebPSTNCalling <Boolean>] [-SafeTransferEnabled <Object>] [-AllowCalling <Boolean>] [-AllowPrivateCalling <Boolean>]
2424
[-AllowVoicemail <String>] [-AllowCallGroups <Boolean>] [-AllowDelegation <Boolean>]
25-
[-AllowCallForwardingToUser <Boolean>] [-AllowCallForwardingToPhone <Boolean>]
25+
[-AllowCallForwardingToUser <Boolean>] [-AllowCallForwardingToPhone <Boolean>] [-allowCloudRecordingForCalls <Boolean>]
2626
[-PreventTollBypass <Boolean>] [-BusyOnBusyEnabledType <String>] [-MusicOnHoldEnabledType <Enum>][[-Identity] <XdsIdentity>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
2727
```
2828

2929
### Instance
3030
```
3131
Set-CsTeamsCallingPolicy [-Tenant <System.Guid>] [-AllowCalling <Boolean>] [-AllowPrivateCalling <Boolean>]
3232
[-AllowVoicemail <String>] [-AllowCallGroups <Boolean>] [-AllowDelegation <Boolean>]
33-
[-AllowCallForwardingToUser <Boolean>] [-AllowCallForwardingToPhone <Boolean>]
33+
[-AllowCallForwardingToUser <Boolean>] [-AllowCallForwardingToPhone <Boolean>] [-allowCloudRecordingForCalls <Boolean>]
3434
[-PreventTollBypass <Boolean>] [-BusyOnBusyEnabledType <String>] [-MusicOnHoldEnabledType <Enum>] [-Instance <PSObject>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
3535
```
3636

@@ -258,6 +258,20 @@ Type: String
258258
Parameter Sets: (All)
259259
Aliases:
260260

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+
261275
Required: False
262276
Position: Named
263277
Default value: None

0 commit comments

Comments
 (0)