Monthly Archives: August 2015

Quick Hits: Listing All Permanent WMI Event Subscriptions

This is a quick script that I put together a while back to help locate and track what systems had WMI event subscriptions configured. I don’t want to completely rehash this topic as you can look at my previous blog … Continue reading

Posted in powershell | Tagged , , , | Leave a comment

Guest Spot on Hey, Scripting Guy Talking PowerShell and USN Change Journal

Starting today and ending Wednesday, I will be guest blogging on the Hey, Scripting Guy! blog talking about working with the USN Change Journal using PowerShell. Be sure to check it out and leave your comments with any questions! Connect … Continue reading

Posted in powershell | Tagged , , , , | Leave a comment

Invoking Private Static Methods Using PowerShell

Usually if I want to accomplish a task in PowerShell, I can count on either a cmdlet or a publicly available .Net method to come to my rescue. Sometimes though, a method that I would like to use is just … Continue reading

Posted in powershell | Tagged , , , , | 6 Comments