Kelverion Automation Portal Dispatcher

In this post we are going to take a look at how we integrated our Azure Automation account with the Automation Portal. We refer to this integration as our universal dispatcher, it handles initiating all of our self service requests and sending status updates when a request reaches a terminal status. Overview Once submitted, the…

Applying an Xsl transform in PowerShell

I recently worked on a project that required an Xsl stylesheet be applied to an encoded Xml data set. I wanted to avoid the use of external files or executables and was able to leverage the dotnet XmlWriter and XslCompiledTransform classes to accomplish this task. The runbook accepts two parameters, $Xml an Xml object containing…