This post will give some very basic examples on how to get started using PowerShell Grid Widgets. PowerShell grid widgets in SCOM dashboards are really powerful, but hard to understand and therefore difficult to use. There are not many good examples on the web anymore. We need to start somewhere…
KB Article for OpsMgr List of New Features Download Update Rollup from the Catalog Download the NEW Simplified Management Server Update EXE Download Updated UNIX/Linux Management Packs Recommended hotfix page New Features: Support for Windows 11 Support for .NET 4.8 UI improvements in Operations console Support for sort option by…
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 following article will cover a basic install of System Center Operations Manager 2022. The concept is to perform a limited deployment of SCOM, only utilizing as few servers as possible, but enough to demonstrate the…
You probably have a lot of agents that are not up to date. Perhaps you recently did a side by side migration and have a lot of older SCOM agents that need an upgrade. Perhaps you are just way behind on getting the latest update rollup out? Did you know…
A common requirement for more complex MP’s is cookdown. Cookdown is a concept where multiple workflows run on a healthservice, and share a common datasource. When cookdown works properly, the datasource will only execute once, even when called by multiple workflows. This saves precious resources, as these are commonly…
Quick download: SCOM.GatewayMaintenanceMode (github.com) This is an often requested solution – how do we stop alert storms from agents being unavailable when there is a network outage causing it – not a real server down issue? This post is dedicated to a Management Pack based solution for such. This…
This script will modify a Group Membership rule in a management pack, and Add or Remove Windows Computer objects to a group using Explicit membership. This was originally written and published by Russ Slaten. I only modified it to be easier to use for Computer names, some structure, logging, etc.…
In SCOM, when a Cluster Resource Group is not online, or partially online, we have a monitor that alerts on this condition. This alert comes from a Rollup Monitor (Resource Group Rollup Monitor). The problem with using a Rollup Monitor that targets the Cluster Resource Group, is: 1. Rollup Monitors…
This is something I have worked with pretty much every customer on. If you assign agents manually to management servers or gateways, you might want to automate load balancing these agents across multiple management servers. There are some community solutions out there already, but they often can move agents every…
I get this question several times a year. Let’s find out for sure. Create a new Command Channel. For the configuration settings, I will use the following, as this will allow me to write all common alert fields to a logfile: Full Path of the command file: %SystemRoot%\system32\WindowsPowerShell\v1.0\powershell.exe Command line…