Related Articles
SCOM 2012 – Effective Configuration Viewer The PowerShell Way
A customer requested to have a capability to get an overview of the effective configured settings for rules / monitors and its values for Windows Computer objects. For some administrators browsing through the SCOM console is just too time consuming and / or too complicated. There are not many ways of providing a simple solution […]
itnetX AG – Winner of the “Partner of the Year 2015 – Cloud Platform” Award
During their annual “Connection Days” event one week ago, Microsoft Switzerland announced their “Partners of the Year” for different competencies. itnetX has been awarded “Partner of the Year 2015 – Cloud Platform”! This award underlines our commitment to helping customers transform their business into cloud-first scenarios. It also highlights the huge changes to our company […]
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 […]