Related Articles
SCOM 2012 – Fixing SLA Dashboard Weird ID Naming Problem
Some time ago, while doing some distributed applications and SLA dashboards I encountered a problem in the SLA dashboard. Instead of displaying the full readable name of the objects there were partially some ID’s from the management pack displayed. I usually install an English Windows Server operating system and also the English version of the […]
Azure Portal – Create Refreshing Big Screen Dashboard
One thing that was bugging me for quite some time, how can we make our Azure portal dashboard usable on a big screen? As you might know I have a strong monitoring background and one thing that always comes up is, how to represent the monitoring data on a big screen. The Azure portal provides […]
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 […]