Skip to content

Commit 591686b

Browse files
authored
Update Move-CsUser.md
1 parent 81b9c87 commit 591686b

File tree

1 file changed

+3
-52
lines changed

1 file changed

+3
-52
lines changed

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

Lines changed: 3 additions & 52 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>] [-ProxyPool <Fqdn>] [-MoveConferenceData][-Force] [-PassThru] [-WhatIf] [-Confirm] [-DomainController <Fqdn>][-IgnoreBackendStoreException][<CommonParameters>]
19+
Move-CsUser [-Identity] <UserIdParameter> [-Target] <Fqdn> [-Credential <PSCredential>] [MoveToTeams] [-HostedMigrationOverrideUrl <String>] [-MoveConferenceData][-Force] [-PassThru] [-WhatIf] [-Confirm] [-IgnoreBackendStoreException][<CommonParameters>]
2020
```
2121

2222
### Identity
2323
```
24-
Move-CsUser [-Identity] <UserIdParameter> [-Target] <Fqdn> [-Credential <PSCredential>] [MoveToTeams] [-MoveConferenceData] [-PassThru] [-ProxyPool <Fqdn>] [-Force] [-HostedMigrationOverrideUrl <String>] [-IgnoreBackendStoreException][-Confirm] [-Report <String>] [-WhatIf] [-DomainController <Fqdn>][<CommonParameters>]
24+
Move-CsUser [-Identity] <UserIdParameter> [-Target] <Fqdn> [-Credential <PSCredential>] [MoveToTeams] [-MoveConferenceData] [-PassThru] [-Force] [-HostedMigrationOverrideUrl <String>] [-IgnoreBackendStoreException][-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][-ProxyPool <Fqdn>] [-Confirm][-Report <String>] [-Force] [-PassThru] [-IgnoreBackendStoreException] [-DomainController <Fqdn>]
29+
Move-CsUser [-Target] <Fqdn> -UserList <String> [-ConcurrentMovesPerFE <Int32>] [-Credential <PSCredential>] [MoveToTeams] [-HostedMigrationOverrideUrl <String>] [-MoveConferenceData] [-Confirm][-Report <String>] [-Force] [-PassThru] [-IgnoreBackendStoreException]
3030
[-WhatIf] [<CommonParameters>]
3131
```
3232

@@ -267,25 +267,7 @@ Accept pipeline input: False
267267
Accept wildcard characters: False
268268
```
269269
270-
### -ProxyPool
271270
272-
This parameter is used only for Skype for Business Server.
273-
It should not be used with an on-premises implementation of Skype for Business Server.
274-
275-
276-
277-
```yaml
278-
Type: Fqdn
279-
Parameter Sets: (All)
280-
Aliases:
281-
Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019
282-
283-
Required: False
284-
Position: Named
285-
Default value: None
286-
Accept pipeline input: False
287-
Accept wildcard characters: False
288-
```
289271
290272
### -Force
291273
If present, moves the user account without moving contacts or meetings. Contacts and meetings are deleted. If not present, both the account and the associated data are moved.
@@ -303,21 +285,7 @@ Accept pipeline input: False
303285
Accept wildcard characters: False
304286
```
305287
306-
### -ConcurrentMovesPerFE
307-
PARAMVALUE: Int32
308-
309-
```yaml
310-
Type: Int32
311-
Parameter Sets: Users
312-
Aliases:
313-
Applicable: Skype for Business Server 2015, Skype for Business Server 2019
314288
315-
Required: False
316-
Position: Named
317-
Default value: None
318-
Accept pipeline input: False
319-
Accept wildcard characters: False
320-
```
321289
### -Confirm
322290
Enables you to bypass the confirmation prompt that would otherwise appear when you attempt to move a user.
323291
To bypass the confirmation prompt, include the Confirm parameter using this syntax:
@@ -406,23 +374,6 @@ Accept pipeline input: False
406374
Accept wildcard characters: False
407375
```
408376

409-
### -DomainController
410-
Enables you to connect to the specified domain controller in order to retrieve contact information.
411-
To connect to a particular domain controller, include the DomainController parameter followed by the computer name (for example, atl-cs-001) or its FQDN (for example, atl-cs-001.litwareinc.com).
412-
413-
```yaml
414-
Type: Fqdn
415-
Parameter Sets: (All)
416-
Aliases:
417-
Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019
418-
419-
Required: False
420-
Position: Named
421-
Default value: None
422-
Accept pipeline input: False
423-
Accept wildcard characters: False
424-
```
425-
426377
### CommonParameters
427378
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).`
428379

0 commit comments

Comments
 (0)