Related Articles
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 […]
SCOM 2012 – Performance of Linux Processes CPU, Memory…
I am a huge fan of Microsoft and I love to work with Microsoft products but sometimes I like to make a step to the “Dark Side” and put my fingers on Linux . As I frequently answer some questions on TechNet I found an interesting question. How could you monitor processes on Linux and […]
SCOM 2012 MP–Management Group Information Report Version 0.1
I have been playing around for some time with the new SCOM PowerShell cmdlets and I wanted to write a management pack. So I combined both worlds and Management Group Information MP was born. The idea behind this “project” is to get all information from the SCOM infrastructure I possibly need as easy and as […]