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…
In SCOM we often need to create groups of Windows Computer objects, for using Maintenance Mode, Views, Notifications, Overrides, etc. A common need is to create a group of Windows Computers that host a specific application, like SQL, or a custom application class. This cannot easily be done using the…
Monitoring a Process in SCOM can be pretty straightforward, or it can be pretty tricky depending on the application. In this article, I will run through some examples of how to be successful, and what to avoid. First, SCOM provides a “Process Monitoring” template in the console, that works…
We recently released the SQL MP 7.0.32.0 available here: Download This MP brings some features requested by users, but also will require updating the security configuration on all your SQL servers to support these features. What’s New Added a new exclude list option for the “SQL Server Agent Job”…
When using the “Version Agnostic” Microsoft SQL Server Management Pack, one of the changes made was in how we monitor Database and Log free space. In the older version specific management packs, we were required to discover the DB Filegroups, DB files, and DB log files, and apply a…
I have seen many discussions over the years about how to use this command, and I’d like to clarify some things. What does this command do? The best description is probably right here in our product documentation: “The Remove-SCOMDisabledClassInstance cmdlet deletes class instances for which you previously disabled discovery.” Ok,…
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: Updates to the new change tracking feature Additional view options in web console widgets Resolved issues with orphaned…
Recently, Microsoft posted a security vulnerability around SCOM 2019 agents: https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2021-1728 Subsequently, we released a KB article about it: KB4601269 Let me give a little background data on it. This vulnerability is that in SCOM 2019 agents, by default the Network Service account has a high level of privilege…
We released an updated Active Directory Management Pack back in 2016, and have made updates along the way. The current release supports Domain Controllers running Windows 2012, 2012R2, 2016, and later. One of the items that many people configure, is to only discover Domain Controllers that have an AGENT on…