Thursday, February 16, 2012

Lync Powershell - Lession #2 - HD video Peer to Peer and conference call

To have a HD video peer to peer and conference call you have to run this and restart the FE Server


Set-CsMediaConfiguration -Identity:Global -MaxVideoRateAllowed HD720p15m


Enjoy!!!

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!!!!

Tuesday, February 14, 2012

How to use lync logging Tool



Open logging tool and select component list S4 and SIPStack 


and before doing client to client communication start logging , After end of communication or Error Stop logging. 

and  click Analyze log files



Select Messeges windows and Read the right side description

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...