List all SfBS & SfBO policies by type

Here’s a “one-liner” I came up with this week that dumps ALL of the SfB policies in your system ordered by type: PS C:\> Get-Command -Module SkypeForBusiness Get-Cs*Policy | where-object {$_.Name -ne “Get-CsEffectivePolicy”} | ForEach { invoke-expression $_.name } | ft @{Label=”Policy type”; Expression={($_.getType()).ToString().Split(‘.’)[-1]}}, identity -auto This is what it looks like here in the …

Continue reading ‘List all SfBS & SfBO policies by type’ »

Installing SEFAUtil Server

Preparation Installation Operation Tips, tricks and traps Debugging There’s an old joke that goes “Q: Why do people take an instant dislike to <InsertNameOfUnpopularPolitician>?” “A: It saves time”. And so it is with SEFAUtil. Without doubt SEFAUtil is an indispensable utility. “Secondary Extension Feature Activation Utility” – to give it its full name – ships …

Continue reading ‘Installing SEFAUtil Server’ »

Quick Tip: Am I SE or EE?

I occasionally find myself thrown into a strange Lync or SfB environment – sometimes it’s even a TeamViewer session – and I need to hit the ground running and start discovering what’s going on. Quicker than running up Topology Builder or wading through the output of Get-CsPool, “Get-CsComputer –Local” will tell you very quickly if the …

Continue reading ‘Quick Tip: Am I SE or EE?’ »

Lync September 2014 Security Updates

A number of “Important” security updates have hit this week. Here are the download links for you. I’ll build upon this post in the coming days with the usual screen-grabs… Lync 2010 server (to 4.0.7577.276): http://www.microsoft.com/en-us/download/details.aspx?id=44080. (This RGS update in this one requires a reboot after installation).   BEWARE: The have been multiple reports that …

Continue reading ‘Lync September 2014 Security Updates’ »

Lync 2010 Server Update – April 2014

Here’s the Q2 update for Lync Server 2010. What’s Fixed “This cumulative update improves the reliability, stability, and performance of Lync Server 2010, Core Components”.  Oh, and these bits: 2954538 Application and desktop sharing features are missing when Lync Web App runs on Internet Explorer 11 or Firefox 2884800 Can’t join a meeting in Lync …

Continue reading ‘Lync 2010 Server Update – April 2014’ »

Get-ReplicationHealth.ps1

My current work project is to add an Australia-wide Lync deployment into a much larger global installation. As part of this I’ve found it’s sometimes a challenge to monitor just those bits that I’m responsible for. The Command “get-CsManagementStoreReplicationStatus” – or “get-CsMana<tab><tab>” as I prefer to call it – outputs too much “noise”, scrolling many …

Continue reading ‘Get-ReplicationHealth.ps1’ »

Lync 2010 – Client & Server updates – January 2014

The new year’s off to a great start with a flurry of update packages. Last week I blogged the Lync 2013 & Sonus Tenor updates, and here’s what’s in the January update for the Lync 2010 Client and Server. What’s Fixed? Server “This cumulative update improves the reliability, stability, and performance of Lync Server 2010”. …

Continue reading ‘Lync 2010 – Client & Server updates – January 2014’ »

Ringback tone as your RGS MOH violates the Australian Standard

(There’s a caveat I’ll get to later, but at least I have your attention now). Every so often a customer will ask me to configure a recording of ringback tone as a Response Group’s MOH source. Their argument is that they don’t want their callers to be placed on hold or appear to be stuck …

Continue reading ‘Ringback tone as your RGS MOH violates the Australian Standard’ »