04 September 2013

Common Lync Powershell commands

Get the user settings:
 
Get-CSUser -Identity "Username"
 
Change the sip address of a user:
 
Set-CsUser –Identity "Username" –SipAddress "sip:username@domain.com"
 
Move a user to a Pool":
 
Move-CsUser –Identity "Username" –RegistrarPool poolname.domain.com
 
Move a legacy user from OCS 2007 to Lync 2010:
 
Move-CsLegacyUser –Identity "Username" –Target "lyncserver.domain.com"
 
This command causes all your Address Book services to synch with the User Services database:
 
Update-CsAddressBook
 
 
 
 
 
 

No comments:

Post a Comment