Skip to content

Commit 23960da

Browse files
authored
Update Move-CsUser.md
1 parent 591686b commit 23960da

File tree

1 file changed

+3
-35
lines changed

1 file changed

+3
-35
lines changed

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

Lines changed: 3 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ Moves one or more user accounts enabled for Skype for Business Server to a new R
1616

1717
### (Default)
1818
```
19-
Move-CsUser [-Identity] <UserIdParameter> [-Target] <Fqdn> [-Credential <PSCredential>] [MoveToTeams] [-HostedMigrationOverrideUrl <String>] [-MoveConferenceData][-Force] [-PassThru] [-WhatIf] [-Confirm] [-IgnoreBackendStoreException][<CommonParameters>]
19+
Move-CsUser [-Identity] <UserIdParameter> [-Target] <Fqdn> [-Credential <PSCredential>] [MoveToTeams] [-HostedMigrationOverrideUrl <String>] [-Force] [-PassThru] [-WhatIf] [BypassEnterpriseVoiceCheck] [BypassAudioConferencingCheck] [TenantAdminUserName] [-Confirm] [<CommonParameters>]
2020
```
2121

2222
### Identity
2323
```
24-
Move-CsUser [-Identity] <UserIdParameter> [-Target] <Fqdn> [-Credential <PSCredential>] [MoveToTeams] [-MoveConferenceData] [-PassThru] [-Force] [-HostedMigrationOverrideUrl <String>] [-IgnoreBackendStoreException][-Confirm] [-Report <String>] [-WhatIf] [<CommonParameters>]
24+
Move-CsUser [-Identity] <UserIdParameter> [-Target] <Fqdn> [-Credential <PSCredential>] [MoveToTeams] [-PassThru] [-Force] [-HostedMigrationOverrideUrl <String>] [BypassEnterpriseVoiceCheck] [BypassAudioConferencingCheck] [TenantAdminUserName] [-Confirm] [-Report <String>] [-WhatIf] [<CommonParameters>]
2525
```
2626

2727
### Users
2828
```
29-
Move-CsUser [-Target] <Fqdn> -UserList <String> [-ConcurrentMovesPerFE <Int32>] [-Credential <PSCredential>] [MoveToTeams] [-HostedMigrationOverrideUrl <String>] [-MoveConferenceData] [-Confirm][-Report <String>] [-Force] [-PassThru] [-IgnoreBackendStoreException]
29+
Move-CsUser [-Target] <Fqdn> -UserList <String> [-ConcurrentMovesPerFE <Int32>] [-Credential <PSCredential>] [MoveToTeams] [-HostedMigrationOverrideUrl <String>] [BypassEnterpriseVoiceCheck] [BypassAudioConferencingCheck] [TenantAdminUserName] [-Confirm][-Report <String>] [-Force] [-PassThru]
3030
[-WhatIf] [<CommonParameters>]
3131
```
3232

@@ -233,24 +233,6 @@ Accept wildcard characters: False
233233
```
234234
235235
236-
### -MoveConferenceData
237-
When present, moves meeting and conference data for users being transferred to a different Registrar pool.
238-
Note that you should not use the MoveConferenceData parameter if you are moving users as part of a disaster recovery procedure.
239-
Instead, you should rely on the backup service for moving conference data as part of a disaster recovery procedure.
240-
241-
```yaml
242-
Type: SwitchParameter
243-
Parameter Sets: (All)
244-
Aliases:
245-
Applicable: Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019
246-
247-
Required: False
248-
Position: Named
249-
Default value: None
250-
Accept pipeline input: False
251-
Accept wildcard characters: False
252-
```
253-
254236
### -UserList
255237
PARAMVALUE: String
256238
@@ -358,21 +340,7 @@ Accept pipeline input: False
358340
Accept wildcard characters: False
359341
```
360342

361-
### -IgnoreBackendStoreException
362-
When present, instructs the computer to ignore any errors that might occur with the backend database and attempt to move the user despite those errors.
363-
364-
```yaml
365-
Type: SwitchParameter
366-
Parameter Sets: (All)
367-
Aliases:
368-
Applicable: Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019
369343

370-
Required: False
371-
Position: Named
372-
Default value: None
373-
Accept pipeline input: False
374-
Accept wildcard characters: False
375-
```
376344

377345
### CommonParameters
378346
This cmdlet supports the common parameters: `-Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).`

0 commit comments

Comments
 (0)