Skip to content

Commit fc27864

Browse files
authored
Merge branch 'master' into patch-300
2 parents dd7c234 + 2ff717c commit fc27864

File tree

2 files changed

+17
-20
lines changed

2 files changed

+17
-20
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Start-SPOUserAndContentMove.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Starts the ability to move a user closer to their sites.
2020

2121
```powershell
2222
Start-SPOUserAndContentMove [-UserPrincipalName] <String> [-DestinationDataLocation] <String>
23-
[[-PreferredMoveBeginDate] <DateTime>] [[-PreferredMoveEndDate] <DateTime>] [-OverwriteOdb]
23+
[[-PreferredMoveBeginDate] <DateTime>] [[-PreferredMoveEndDate] <DateTime>]
2424
[[-Notify] <String>] [[-Reserved] <String>] [-ValidationOnly] [<CommonParameters>]
2525
```
2626

@@ -90,23 +90,6 @@ Accept pipeline input: False
9090
Accept wildcard characters: False
9191
```
9292
93-
### -OverwriteOdb
94-
95-
This parameter can be used to overrite a OneDrive in the destination location, if there is one present. This is only recommended in cases where an administrator wants to replace a OneDrive that already exists in the destination location, with the moved OneDrive.
96-
97-
```yaml
98-
Type: SwitchParameter
99-
Parameter Sets: (All)
100-
Aliases:
101-
Applicable: SharePoint Online
102-
103-
Required: False
104-
Position: 5
105-
Default value: None
106-
Accept pipeline input: False
107-
Accept wildcard characters: False
108-
```
109-
11093
### -PreferredMoveBeginDate
11194
11295
Specifies what is the preferred date and time to begin the move.

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)