Related Articles
Quick Post – Book “Microsoft System Center Operations Manager Field Experience”
Microsoft released recently a 128 pages e-book about System Center Operations Manger. It is a book talking more about the insights of SCOM and how you can troubleshoot, optimize and best practices. I highly recommend reading this book for all those who want to dive a bit deeper into SCOM. Learn how to enhance your […]
SCOM 2012 – Example Agent Health Check Dashboard Using PowerShell Grid Widgets
In this post I would like to show you what the benefit is of having PowerShell integration in dashboards. The days before having the PowerShell widgets you mostly needed to export your PowerShell queries / results into some sort of text file / Excel sheet etc. to display the result. For example a common request […]
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 […]