Related Articles
SCOM – Agent in DMZ “Not Monitored” Event ID 20071
You want to monitor an agent in the DMZ and you are sure you implemented everything correctly but the agent just does not turn green. The agent just stays in a “Not Monitored” state. I checked EVERYTHING… Checked certificate template Checked certificates itself Compared the certificate serial number in the registry of the agent and […]
PowerShell – Comparing Management Pack Version
I bumped into an interesting problem while writing a custom PowerShell module. The module should compare the management packs from a SCOM management group and some local repository. If the local repository has a higher version number than the currently installed management pack, the script should import the management pack into SCOM. This post should […]
SCOM 2012 – Maintenance Mode by Powershell, Orchestrator & SCOJobRunner
If you browse the web and you search for a solution to start maintenance mode in SCOM you will find many solutions. There are different approaches which are based on Powershell or Orchestrator but my intention was to to combine all of those and also utilize SCOJobRunner, Just for fun … The idea looks like […]