Thursday, February 16, 2012

Lync Powershell - Lession #1 - Enabled list and export CSV

Using power shell you can have a enabled user list of lync


Get-CsUser | Select-Object DisplayName, Enabled, SipAddress | Export=Csv -Path C:\enabled user.csv


Enjoy!!!!

No comments:

Post a Comment

Teams dial pad missing due to Microsoft backend replication (The issue is due to RegistrarPool being Null after migrating users to Teams)

I had very interesting experience recently related to user migration from Skype for business to Teams direct routing.  Most common issue is ...