Menu Close

OpsMgr 2016 – QuickStart Deployment Guide

  There is already a very good deployment guide posted on Microsoft Docs here:   https://docs.microsoft.com/en-us/system-center/scom/deploy-overview The deployment guide provides an excellent walkthrough of installing OpsMgr 2016 for the “all in one” scenario, where all roles are installed on a single server.  That is a very good method for doing simple…

SQL MP Run As Accounts – NO LONGER REQUIRED

  Download:  https://github.com/thekevinholman/SQLRunAsAddendum   Over the years I have written many articles dealing with RunAs accounts.  Specifically, the most common need is for monitoring with the SQL MP.  I have explained the issues and configurations in detail here:  Configuring Run As Accounts and Profiles in OpsMgr – A SQL Management Pack…

Part 8: Use VSAE fragments to create a Windows Performance Monitor with Consecutive Samples

This is Part 8 in a series of posts described here:   https://kevinholman.com/2016/06/04/authoring-management-packs-the-fast-and-easy-way-using-visual-studio/ In our next example fragment – we will create Monitor for Windows Performance for our MP.   Step 1:  Download and extract the sample MP fragments.  These are available here:  https://github.com/thekevinholman/FragmentLibrary I will update these often as I…

Part 5: Use VSAE fragments to create a performance collection rule

This is Part 5 five in a series of posts described here:  https://kevinholman.com/2016/06/04/authoring-management-packs-the-fast-and-easy-way-using-visual-studio/   In our next example fragment – we will create a rule to collect Windows Performance data.   Step 1:  Download and extract the sample MP fragments.  These are available here:  https://github.com/thekevinholman/FragmentLibrary I will update these often…

Part 4: Use VSAE fragments to create an alert generating event log rule

This is Part 4 in a series of posts described here:  https://kevinholman.com/2016/06/04/authoring-management-packs-the-fast-and-easy-way-using-visual-studio/ In our next example fragment – we will monitor the event log for a specific event, and generate an alert if it occurs.   Step 1:  Download and extract the sample MP fragments.  These are available here:  https://github.com/thekevinholman/FragmentLibrary…

Part 3: Use VSAE fragments to monitor a service

This is Part 3 in a series of posts described here:  https://kevinholman.com/2016/06/04/authoring-management-packs-the-fast-and-easy-way-using-visual-studio/   In our next example fragment – we will monitor a service by creating a monitor that targets our custom class.   Step 1:  Download and extract the sample MP fragments.  These are available here:  https://github.com/thekevinholman/FragmentLibrary I will…

Part 2: Use VSAE fragments to dynamically discover an application based on the existence of a registry key or value

This is Part 2 in a series of posts described here:  https://kevinholman.com/2016/06/04/authoring-management-packs-the-fast-and-easy-way-using-visual-studio/   Now we will start with our first example fragment – discovering an app and creating a class for it.   Step 1:  Download and extract the sample MP fragments.  These are available here:  https://github.com/thekevinholman/FragmentLibrary I will update…