Skip to content

Commit c199354

Browse files
Update teams/teams-ps/teams/Set-TeamsEnvironmentConfig.md
Co-authored-by: JohanFreelancer9 <[email protected]>
1 parent acf9fd0 commit c199354

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

teams/teams-ps/teams/Set-TeamsEnvironmentConfig.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,10 @@ $cred=get-credential
5555
Move-CsUser -Identity "[email protected]" -Target "sipfed.online.lync.com" -Credential $cred
5656
```
5757
This cmdlet is mainly introduced to support Skype for Business to Microsoft Teams user migration using Move-CsUser.
58-
Above exaple shows how tenant admins can run move-csuser in Gallatin and other special clouds after setting environment config using Set-TeamsEnvironmentConfig.
59-
Note: Set-TeamsEnvironmentConfig needs to be run only once for a machine. No need to run everytime before running Move-CsUser.
58+
59+
This example shows how tenant admins can run Move-CsUser in Gallatin and other special clouds after setting the environment configuration using Set-TeamsEnvironmentConfig.
60+
61+
Note that Set-TeamsEnvironmentConfig needs to be run only once for each machine. There is no need to run it each time before running Move-CsUser.
6062

6163
## PARAMETERS
6264

0 commit comments

Comments
 (0)