This post is an attempt to clear up some of the confusion regarding the difference between the RTC groups and the Cs groups (also known as the RBAC groups) within Skype for Business. These security group types vary in some important ways and have implications for how administrative privileges need to be setup. Thanks to … Continue reading RTC vs Cs Groups in Skype for Business (and some issues)
Author: matthickok
Exploring the Powershell Alternative to netstat
This post is going to be a very quick rundown of Get-NetTCPConnection, the Powershell cmdlet that serves as a powerful alternative to netstat. Note: In any comparisons I make between netstat and Get-NetTCPConnection, I am referring to the Windows implementation of netstat. Why you might want to use Get-NetTCPConnection Easier to get targetted information by … Continue reading Exploring the Powershell Alternative to netstat
Exploring the New KEMP SDK
KEMP Technologies has been doing some pretty cool stuff as of late. Not only are they starting to publish code on GitHub, but they also recently released a Python SDK for deploying and administering some of their products. In this post I'll just run through the steps in getting setup to use the SDK and provide … Continue reading Exploring the New KEMP SDK
Bulk Remove User(s) from Response Group(s) with Powershell
Removing users from Response Groups can get tedious using the SfB or Lync Control Panel. It's also a bit tedious to use the builtin 'Cs' Powershell commands. I made a short script which which takes any number of users and removes them from any number of groups. If you want to skip this post and just get … Continue reading Bulk Remove User(s) from Response Group(s) with Powershell