Related Articles
MCSE Reloaded @ SCOMfaq
Recently I didn’t have much time to blog about SCOM because I am very busy doing some really cool projects and I also needed to prepare for the 70-246 “Monitoring and Operating a Private Cloud with System Center 2012” exam. I took the exam today and passed . According to my transcript I am now […]
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 […]
Orchestrator – Another Useful Runbook for SCOM 2012 SP 1
There are certain situations respectively alerts where you can not decide to override or not to override. You would like to see the alert for a certain time but then it should disappear after a short time. I think you know what I mean. I am talking about the informational alerts. Those alerts are somehow […]