SCOM Effective Monitoring Configuration Report
Download: This function is included in the SCOMHelper PowerShell Module. Export-SCOMEffectiveMonitoringConfigurationReport Report contains these columns: AlertPriorityAlertSeverityClassIdClassNameDescriptionEnabledEntityIdEntityNameGeneratesAlertIndexOverriddenOverridesParametersPathWorkflowDisplayNameWorkflowIdWorkflowMPNameWorkflowNameWorkflowType*Note: “Overrides” column does not include customizations settings for the standard overrideable parameters: AlertPriority, AlertSeverity, Enabled. However, the values shown in these columns are the actual effective values and are accurate. Example 1: Single Windows Computer – CSV Will create …. Read More
SCOM On Demand Discovery Example
A little known feature within SCOM is the ability to trigger a discovery manually, sometimes referred to as “on demand”. “This is not to be confused with OnDemandDetection which is an optional component of most monitor types and is also what makes the “Recalculate” feature work in the Health Explorer window.” – Some SCOM Nerd …. Read More
Graphs for SCOM Classes
I generated graphs for all of the classes in my lab (as of 7/3/2020)(I used SCOMHelper to generate these graphs) Master list HERE.
Install Root Certificate Authority (Standalone) Windows Server 2016, Create SCOM Certificate Template
READ this first: KB5005413: Mitigating NTLM Relay Attacks on Active Directory Certificate Services (AD CS) On the server where you want to install the Certificate Authority role: open PowerShell (as Administrator): *Did you know:You can highlight specific text to execute, then press F8. This will execute only the highlighted text.You can place the curser anywhere …. Read More
How to Analyze a SCOM Property Bag
From time to time I find myself writing PowerShell scripts for custom workflows: rules, monitors, tasks, etc. Often times the project at hand requires a property bag full of juicy data to be used in the workflow. There are a handful of other blogs that describe what a property bag is but here I’ll show …. Read More
Visual Studio ‘Failed to verify module reference’ Authoring SCOM Management Pack, VSAE
Today I’m writing about an elusive problem with a management pack that I was authoring recently. I was writing a generic datasource for a registry discovery; that is a discovery that will instantiate a class based on the existence of a registry key on the Target machine, and generic because I will use a single …. Read More
Install Standalone CA (Certificate Authority) on Windows Server 2012 R2 for use with Operations Manager
After looking around a bit I couldn’t find a decent tutorial that addressed this specific scenario (not one that demonstrated Powershell anyway). I ended up writing this for a client who didn’t have their PKI infrastructure sorted out yet. I prefer to use Powershell as it is much faster and efficient for these steps. (Just …. Read More