You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Example 1, the Move-CsUser cmdlet is used to move the user account with sip address [email protected] to Teams. This user will now be a Teams only user. If -Credential parameter is not specified, the admin will be prompted for credentials.
73
73
74
-
### ------- EXAMPLE 2: Move a user to Skype for Business Online ----
74
+
### EXAMPLE 2: Move a user to Skype for Business Online
In Example 2, the Move-CsUser cmdlet is used to move the user account with sip address [email protected] to Skype for Business Online. This is the same cmdlet usage as example 1, except the MoveToTeams switch is not specified.
82
82
83
-
### -------- EXAMPLE 3: Move a user to another on-premises pool-------
83
+
### EXAMPLE 3: Move a user to another on-premises pool
In Example 3, the Move-CsUser cmdlet is used to move the user account with the Identity Pilar Ackerman to the Registrar pool atl-cs-001.litwareinc.com.
90
90
91
-
### --------- EXAMPLE 4: Move multiple users ---------------------------
In Example 4, all the user accounts in the Finance organizational unit (OU) are moved to the Registrar pool atl-cs-001.litwareinc.com.
98
98
To carry out this task, the command first uses the Get-CsUser cmdlet and the OU parameter to retrieve a collection of all the user accounts in the Finance OU. After the data has been retrieved, the information is piped to the Move-CsUser cmdlet, which moves each account in the collection to the Registrar pool atl-cs-001.litwareinc.com.
99
99
100
-
### --------- EXAMPLE 5: Move multiple users listed in a file ---------------------------
100
+
### EXAMPLE 5: Move multiple users listed in a file
The DomainController parameter specifies the domain controller that's used by this cmdlet to read data from or write data to Active Directory. You identify the domain controller by its fully qualified domain name (FQDN). For example, dc01.contoso.com.
378
+
379
+
```yaml
380
+
Type: Fqdn
381
+
Parameter Sets: (All)
382
+
Aliases:
383
+
Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019
384
+
385
+
Required: False
386
+
Position: Named
387
+
Default value: None
388
+
Accept pipeline input: False
389
+
Accept wildcard characters: False
390
+
```
391
+
376
392
### -PassThru
377
393
378
394
Enables you to pass a user object through the pipeline that represents the user account being moved.
0 commit comments