Related Articles
Azure Monitor – Application Insights Status Monitor v2 (Part 1)
Do you have a .NET application running somewhere in your datacenter or in the cloud and you have the need to monitor it properly? Maybe you need some APM tool or you just want to diagnose, if there are any failure or issues and what it might be causing these problems? In addition, you might […]
SCOM 2012 – Try Linux Nagios Plugins e.g. File Age Check
You might remember MacGyver – a guy who could build a NASA rocket out of some explosives, matches and a steel tube. He was my hero back then but today you could also be a MacGyver by just using the tools you have and just plug it the right way together. That means MacGyver used […]
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 […]