Related Articles
Azure Monitor – Modify Alerts Using Logic App
I am a big fan of Azure Monitor and Azure in general. What I like is the service offers, the flexibility, standards and the chance that you can build basically anything you want – the limit is your imagination. In terms of flexibility I have a nice example which was bothering me for some time. […]
SCOM 2012 – HP Hardware Monitoring on VMware ESXi Servers
Recently in September HP has its latest management pack suite released for System Center Operations Manager called Insight Control for Microsoft System Center 7.1.1 actually it also contains the HP SCCM Integration Kit. In my case I wanted to monitor HP ESXi hardware and needed the proper HP management packs and software. I always found […]
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 […]