Lync Tip: Quickly restart all Lync services using PowerShell

You need to restart all Lync services, open services.msc and see 10+ Lync Server services.  Rather than go through each one hitting the stop or restart button with your mouse you can use PowerShell! Stop all Lync Services: Stop-CsWindowsService Start all Continue reading Lync Tip: Quickly restart all Lync services using PowerShell

Lync Tip: Bandwidth Requirements Simple Calculator

So you need to calculate how much bandwidth Lync will use, you launch google and type “Lync bandwidth requirements”.  You click the top link for Microsoft Downloads “Lync 2010 and 2013 Bandwidth Calculator” here http://windowspbx.blogspot.co.uk/2012/01/simple-smb-lync-bandwidth-calculator.html.  You download the zip, open the excel Continue reading Lync Tip: Bandwidth Requirements Simple Calculator

Lync Tip: Port Query Tool

Struggling with Telnet/Microsoft Port Query Tool to test the correct firewall ports are open between Lync servers? I almost started making my own tool/script but this guy has done the hard work for me! http://flinchbot.wordpress.com/2013/05/10/portqueryui-config-xml-file-for-lync/ Really useful. Chris HaywardTechnical Architect Continue reading Lync Tip: Port Query Tool

Lync Tip: List Lync users with LineURI’s to CSV

Using the Get-CsUser cmdlet you can get information about Lync users in your organization. The below powershell command exports Lync users, sip address, Enterprise Voice Enabled and Line URI to a CSV file. Get-Csuser | Select-Object DisplayName, SipAddress, EnterpriseVoiceEnabled, LineUri | Continue reading Lync Tip: List Lync users with LineURI’s to CSV