Related Articles
SCOM 2016 – Preview 1711 What’s new?
You might have heard that Microsoft is switching to a semi-annual channel for Windows Server and System Center. If you have no clue what this is or what it means then read this post from June 2017. In short, it means that every half year, Microsoft will release new updates for your System Center / […]
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 […]
SCOM 2012 – Export Grey Agents using Powershell
There was a request in the TechNet forum to get all grey agents in SCOM 2012 using Powershell and export the Displayname and HealthState into a file. Because I haven’t seen a solution I thought I will share these few lines of code maybe you can use them also. #Import the OperationsManager module Import-Module OperationsManager […]