Skip to content

Commit 1888f72

Browse files
authored
Added missing moveconferencedata parameter
1 parent 7b60550 commit 1888f72

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

skype/skype-ps/skype/Move-CsUser.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Moves one or more user accounts enabled for Skype for Business Server to a new R
2020
### (Default)
2121

2222
```
23-
Move-CsUser [-Identity] <UserIdParameter> [-Target] <Fqdn> [-Credential <PSCredential>] [-MoveToTeams] [-HostedMigrationOverrideUrl <String>] [-BypassEnterpriseVoiceCheck] [-BypassAudioConferencingCheck] [-TenantAdminUserName] [-Confirm] [-Force] [-PassThru] [-WhatIf] [<CommonParameters>]
23+
Move-CsUser [-Identity] <UserIdParameter> [-Target] <Fqdn> [-Credential <PSCredential>] [-MoveToTeams] [-HostedMigrationOverrideUrl <String>] [-BypassEnterpriseVoiceCheck] [-BypassAudioConferencingCheck] [-TenantAdminUserName] [-MoveConferenceData] [-Confirm] [-Force] [-PassThru] [-WhatIf] [<CommonParameters>]
2424
```
2525

2626
## DESCRIPTION
@@ -225,6 +225,24 @@ Accept pipeline input: False
225225
Accept wildcard characters: False
226226
```
227227
228+
### -MoveConferenceData
229+
230+
When present, moves meeting and conference data for users being transferred to a different Registrar pool.
231+
Note that you should only use the MoveConferenceData parameter if you are moving users between on-premises pools and you should not use the MoveConferenceData parameter if you are moving users as part of a disaster recovery procedure.
232+
Instead, you should rely on the backup service for moving conference data as part of a disaster recovery procedure.
233+
234+
```yaml
235+
Type: SwitchParameter
236+
Parameter Sets: (All)
237+
Aliases:
238+
Applicable: Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019
239+
Required: False
240+
Position: Named
241+
Default value: None
242+
Accept pipeline input: False
243+
Accept wildcard characters: False
244+
```
245+
228246
### -Force
229247
230248
If present, moves the user account without moving contacts or meetings. Contacts and meetings are not recoverable.

0 commit comments

Comments
 (0)