Related Articles
stefanroth.net – New Blog Design
It has been 6 years ago when I started to blog about Microsoft technologies, mainly SCOM. You might know the “old” URL was blog.scomfaq.ch / scomfaq.wordpress.com. I started with the famous Twenty Eleven theme… Between 2014 and 2015 I changed the name of the blog to stefanroth.net and I decided to try another theme and […]
SCOM 2012 SP1 – Upgrading Linux Agent From SCOM 2007 R2
This week I was working for an international customer. The customer had a SCOM 2007 R2 CU5 infrastructure installed on Windows 2008 R2 SP1 servers with ~800 Windows agents and ~250 Unix based agents which they were going to migrate to SCOM 2012 SP1 UR2 installed on Windows Server 2012 in a side-by-side scenario. Because […]
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 […]