File tree Expand file tree Collapse file tree 1 file changed +3
-28
lines changed Expand file tree Collapse file tree 1 file changed +3
-28
lines changed Original file line number Diff line number Diff line change @@ -16,19 +16,12 @@ Moves one or more user accounts enabled for Skype for Business Server to a new R
16
16
17
17
### (Default)
18
18
```
19
- Move-CsUser [-Identity] <UserIdParameter> [-Target] <Fqdn> [-Credential <PSCredential>] [MoveToTeams] [-HostedMigrationOverrideUrl <String>] [-Force ] [-PassThru ] [-WhatIf ] [BypassEnterpriseVoiceCheck ] [BypassAudioConferencingCheck ] [TenantAdminUserName ] [-Confirm] [<CommonParameters>]
19
+ Move-CsUser [-Identity] <UserIdParameter> [-Target] <Fqdn> [-Credential <PSCredential>] [- MoveToTeams] [-HostedMigrationOverrideUrl <String>] [-BypassEnterpriseVoiceCheck ] [-BypassAudioConferencingCheck ] [-TenantAdminUserName ] [-Confirm ] [-Force ] [-PassThru ] [-WhatIf] [<CommonParameters>]
20
20
```
21
21
22
- ### Identity
23
- ```
24
- Move-CsUser [-Identity] <UserIdParameter> [-Target] <Fqdn> [-Credential <PSCredential>] [MoveToTeams] [-PassThru] [-Force] [-HostedMigrationOverrideUrl <String>] [BypassEnterpriseVoiceCheck] [BypassAudioConferencingCheck] [TenantAdminUserName] [-Confirm] [-Report <String>] [-WhatIf] [<CommonParameters>]
25
- ```
26
22
27
- ### Users
28
- ```
29
- Move-CsUser -UserList <String> [-Target] <Fqdn> [-Credential <PSCredential>] [MoveToTeams] [-HostedMigrationOverrideUrl <String>] [BypassEnterpriseVoiceCheck] [BypassAudioConferencingCheck] [TenantAdminUserName] [-Confirm] [-Report <String>] [-Force] [-PassThru]
30
- [-WhatIf] [<CommonParameters>]
31
- ```
23
+
24
+
32
25
33
26
## DESCRIPTION
34
27
@@ -233,24 +226,6 @@ Accept wildcard characters: False
233
226
` ` `
234
227
235
228
236
- ### -UserList
237
- PARAMVALUE: String
238
-
239
- ` ` ` yaml
240
- Type : String
241
- Parameter Sets : Users
242
- Aliases :
243
- Applicable : Skype for Business Server 2015, Skype for Business Server 2019
244
-
245
- Required : True
246
- Position : Named
247
- Default value : None
248
- Accept pipeline input : False
249
- Accept wildcard characters : False
250
- ` ` `
251
-
252
-
253
-
254
229
### -Force
255
230
If present, moves the user account without moving contacts or meetings. Contacts and meetings are not recoverable.
256
231
If not present, both the account and the associated data are moved.
You can’t perform that action at this time.
0 commit comments