I had an issue the other day where we needed to change the SIP domain associated with most of the RGS Workflows within a deployment. I assumed this would be pretty straightforward with Powershell (even though working with anything RGS related in Powershell sucks) but quickly discovered that you cannot. If you open an existing … Continue reading Changing the SIP URI of an RGS Workflow
Category: Unified Communications
SSRS authentication error when deploying Monitoring Reports
There's a lot of guides that go through the process of deploying Monitoring Reports in Lync/SfB. There's a lot of articles that correctly diagnose the most common issues too. I ran into one of these issues and wanted to briefly share my findings. The Error I went through the normal deployment process and the deployment … Continue reading SSRS authentication error when deploying Monitoring Reports
Testing Infrastructure with Pester
This post is about using Pester for infrastructure validation (Skype for Business is used for the example infrastructure). So what is Pester? They describe it very well on their wiki: "Pester provides a framework for running Unit Tests to execute and validate PowerShell commands. Pester follows a file naming convention for naming tests to be … Continue reading Testing Infrastructure with Pester
Automating a Skype for Business Reverse Proxy Deployment with the KEMP SDK
This post will be about automating the deployment of KEMP load balancers for Skype for Business. More specifically, it's about using the fairly new KEMP Python SDK to script it. If you have not yet heard of this SDK I did write an introductory post about it awhile ago. I suggest starting there. Deployment Scenario For … Continue reading Automating a Skype for Business Reverse Proxy Deployment with the KEMP SDK