Related Articles
SCOM 2012 – Visio and SharePoint extensions
The Operations Manager team released the Visio and SharePoint extensions for System Center Operations Manager 2012 which can be used to visualize the state of system in a dynamic diagram. These diagrams can be displayed either in Visio or SharePoint. I will test them soon… These extensions can be found here.
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 – Friday Rules WMI Event Rule (Alert)
As promised here another short video from my “Friday Rules” series on creating SCOM monitoring rules. This time I will show you, how you can monitor the creation of local groups on your server using the WMI Event (Alert) rule. Have fun!