Related Articles
Quick Post – SCOM 2012 Where Does Widget Data Come From?
As you know SCOM 2012 provides new dashboard types (column or grid layout) which can contain widgets. Widgets are small “add-on” which are able to display different kind of SCOM data. For example state data (similar to state views) or performance data (similar to performance views). Here an example… Over on Operations Manager Team blog […]
SCOM 2012 – What Workflows, MP’s And Objects Run On A SCOM Agent?
I am a huge fan of PowerShell and SCOM and when it comes to combining both forces you can unleash the full power and do almost anything :). In this case I got (also) asked, how you can figure out which management pack is actually used by SCOM agents and eventually display it in a […]
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 […]