Category Archives: Powershell

Report on External Federation in Skype for Business

Introduction Skype for Business is a great communications platform. And as with any form of communication, both inside and outside the company there are always desires to audit who users are communicating with. Maybe you’re looking to see if users are talking to your direct competitors, or maybe you need to disable open federation and… Read More »

Automatic Australian Holiday Rulesets for Response Group Service

New-CSRgsAustralianHolidayList.ps1 Update 6/01/2019 Released Version 3.0 rebuilt to use a new data source for 2020 About the tool This is a script that adds/maintains the relevant Australian Holidays to your Skype4B  / Lync environment based on data available from the Australian Government Website. I re-wrote most of the script from scratch and added a whole bunch… Read More »

Quick Post: Pat Richards Get-CsConnections and Polycom devices

Note: To be clear I’m a massive fan of Pat’s work. In fact, I make sure I catch up with him every year when I’m at Ignite! I’ve also been using his Set-CsFeatures.ps1 script since the 2013 days. This is by no means intended as a criticism of his work. Just a quick tip for… Read More »

Quickly Convert CSUsers into CSMeetingRooms with PowerShell

Okay, so your working on a roll out and you have provided the process on how to create meeting rooms to the IT team. But unfortunately someone in desktop support has already created all the meeting rooms using the Skype for Business Control Panel as a standard EV enabled Skype4B users? Don’t throw all their… Read More »

ProTips for Life at Microsoft Ignite

With Microsoft’s Ignite less than 60 days away some conversation has broken out on Twitter here and after sharing my thoughts there, I thought I’d throw a ton more up here. Not all of my recommendations may apply to you as I fly in from Australia. Typically about 24 hours of flying for those interested. But… Read More »

Find and Test User IP Addresses in the Skype Location Database

I don’t know about you, but I love the Skype for Business location database. You know that little thing that automatically updates your location based on where you are? it doesn’t? Maybe you need to check your LIS config! As a Skype4B admin setting the LIS up can be a bit of a pain as… Read More »

How bad is the CVE-2017-8550 XSS exploit for Skype4B?

So for those of you who don’t have your ear on the #skype4B hash tag on twitter (and you should) nyxgeek released an exploit for the Skype4B 2016 and Lync 2103/Skype4B 2015  Click to Run Client, that exploits XSS to allow for remote website execution without user interaction on the receiving users machine. On the… Read More »

Find Low or Empty RGS Response groups Script

I recently has a requirement to filter through a customer’s 200 odd RGS Groups to find areas that had little or no agents assigned causing a high abandoned rate of calls. I knocked something quick and nasty together in the ISE at the time, but thanks to someone digging through our phone lines at home… Read More »

Powershell One-Liner to Search DHCP for a IP address of a MAC Address

So, I recently had a need to quickly and easily search a considerably large amount of DHCP Pools for some Polycom Trio devices. and James Cussens VVX manager returned too many results to find what I was looking for (well, until I hacked it to support Trio’s) Bascially, feed it a MAC and it will… Read More »

How I moved from the Powershell ISE over to Visual Studio for my Skype4B scripts Part 3. A Pushme Pullyou

This is a continuation of my adventures into moving to Visual Studio from the Powershell ISE you can find Part 1 and Part 2 here, they contain concepts we are building upon in here so are worth a read. Anyway, last time we actually put some (very basic) code into Visual Studio and got it to run,… Read More »