Menu Close

Part 1: Use VSAE to create a new Management Pack Project

This is Part 1 in a multi-part series explained here:  https://kevinholman.com/2016/06/04/authoring-management-packs-the-fast-and-easy-way-using-visual-studio/   Step 1:  Install a supported version of Visual Studio. Step 2:  Install the VSAE components from https://www.microsoft.com/en-us/download/details.aspx?id=30169 Step 3:  Open Visual Studio.  File > New > Project     Step 4:  Pick the version you want to write for,…

Monitoring a file hash using SCOM

I had an interesting customer request recently – to monitor for a specific system file, and make SURE it is not a modified/threat file.   You can use this as a simple example of a two-state timed script monitor (using vbscript) which demonstrates script arguments, logging, alerting, propertybag outputs, etc.…