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

Microsoft Teams meetings - End Meeting for All Participants

Lot of customers looking way to end the meeting for all,  when presenter is done with the meeting. first of for this function to work correc...