PS - Get Lync User Details


The following PowerShell command can be used to query Lync for User details:

Get-CSUser | Select-Object DisplayName, SamAccountName, Identity, VoicePolicy, DialPlan, RegistrarPool, SIPAddress, LineURI, EnterpriseVoiceEnabled | Export-CSV .\LyncUsers.csv

Comments