Related Articles
SCOM VSAE – Custom Dynamic Computer Groups Based On Server Registry Keys
As soon you are implementing SCOM, you are faced with grouping your servers. Either you use the groups for views, overrides or just in subscriptions. Which ever might be your reason to group your windows computers, you will need to group your windows computer objects dynamically. One option which I recommend is grouping the objects […]
SCOM 2012 R2 – Operations Manager Survival Guide
Some are might not aware that there is an excellent maintained list of very useful sources for System Center Operations Manager called The System Center 2012 R2 Operations Manager Survival Guide . If you are working with SCOM this is a must have in your link list. You will find a summary of excellent blog […]
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 […]