Active Conference PowerShell Script
Yesterday was a busy day with e-mails and other tweets from my PowerShell script that I posted but got a lot of follow-up questions. The number one question, does this work with Lync Server 2010? Kinda. If you are willing to…
List all Active Conferences via PowerShell
UPDATE: 11/20/2013 – 10:24 AM. Fixed an issue on the script. Sorry everyone! UPDATE: 09/12/2018 – Jameson took this script, made it better and posted it to GitHub. Let me start by saying that I am NOT even half as good…
New Lync Meeting Icon #MissingLyncPizzaWheel
Lync CU2 introduced the Lync Meeting Tab or what I liked to called the PizzaWheel because the icon looked a lot like a pie or pizza. This gave you the ability to access Lync Meetings directly from the client. This…
The ImAutoArchiving Flag
I think the number one request I’ve seen on the Microsoft forums and by other people is the ability to change/manipulate the “Save IM conversations in my email Conversation History folder”. This can of course be set via the set-csclientpolicy…
Lync Client CU3 (November Update) – Show a picture from a website!!!
The Lync 2013 Client Update (CU3) November is out. KB: http://support.microsoft.com/kb/2825630/en-us Download: http://support.microsoft.com/kb/2825630/en-us It has several new features which can be found here: http://lyncdup.com/2013/11/november-lync-2013-client-update-15-0-4551-1005-exchange-freebusy-and-recording-options/ Spell Check without breaking presence Recording Options Return of Web Photo Option The last one needs…
Understanding Pool Failover (more than you wanted to know most likely)
In this post we will dissect the actual pool failover and failback process and what is happening under the hood when you run an invoke-cspoolfailover. To be honest, I’m not sure what practical purpose this information serves other then I…