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
0 commit comments