Lync 2013: The Many QoS Settings
There are more than a few QoS settings in Lync 2013. Here is a script which should gather most of them in a human readable format for your convenience.
Continue readingThere are more than a few QoS settings in Lync 2013. Here is a script which should gather most of them in a human readable format for your convenience.
Continue readingA small script to automatically update distribution group owners based on an AD security group.
Continue readingUsing a bit of Powershell and ADSI it is pretty easy to connect to another forest. Finding out how to do so is not very clear though. Here is what I came up with to accomplish this task.
Continue readingUsing powershell I wrap up MS Word and Excel COM objects within a custom psobject. This object contains a handful of methods for making docx and xslx creation and manipulation easier.
Continue readingThere are no native methods to create a pdf file in Powershell. So I looked into outside sources for converting HTML output to PDF. I ended up using a stand alone dll and some .NET calls to achieve my goal.
Continue reading