Monday, March 19, 2012

Lync 2010 Commands


Create Lync 2010 User 

Enable-CsUser -Identity "niteenp" -RegistrarPool "lync.orchidpharma.com"  -SipAddressType SamAccountName  -SipDomain orchidpharma.com


 Migrates   user accounts from OCS to  Lync Server 2010.

 Move-CsLegacyUser -Identity "user1" -Target "lync.info-identity.com" 

 How many users are connected in Lync Server 2010

Get-CsUser -Filter {Enabled -eq $true} | Measure

 Lync Enabled users:

get-csuser | Select-Object DisplayName, SAMAccountname, SIPAddress | Export-CSV "Dup-Phone.csv"


No comments:

Post a Comment