Related Articles
User Group – IT Pro Switzerland Experts Live Cafe
I had been very busy recently organizing a new user group event. It isn’t just a user group, it is a part of the Experts Live network. What is “Experts Live Café”? The idea of Experts Live Café is, to get community members together and share know-how, get latest technology insides, socializing, networking and having […]
SCOM 2012 – Linux Two-State Monitor with “Script in Script”
If you are a Windows guy and you haven’t touched Linux so far implementing SCOM will force you to get hands on *nix systems. Here I would like to provide a cool, little way how to overcome a limitation of the Unix/Linux Shell Command Two (or Three) State Monitor. This two state monitor allows you […]
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 […]