Skip to content

Commit 212b2fb

Browse files
authored
Merge pull request MicrosoftDocs#1675 from bjwhalen/patch-16
Update Move-CsUser.md
2 parents 5ee127b + 69b6ad7 commit 212b2fb

File tree

1 file changed

+3
-28
lines changed

1 file changed

+3
-28
lines changed

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

Lines changed: 3 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,12 @@ 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>] [-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>]
2020
```
2121

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-
```
2622

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+
3225

3326
## DESCRIPTION
3427

@@ -233,24 +226,6 @@ Accept wildcard characters: False
233226
```
234227
235228
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-
254229
### -Force
255230
If present, moves the user account without moving contacts or meetings. Contacts and meetings are not recoverable.
256231
If not present, both the account and the associated data are moved.

0 commit comments

Comments
 (0)