Related Articles
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 2012 Virtual Labs – Explore SCOM 2012
Here a short blog post just in case you didn’t know. Microsoft has created a virtual lab for SCOM 2012 it is called “System Center 2012 Operations Manager: Infrastructure and Application Performance Monitoring” . There you are able to explore Dashboards, Application Monitoring and Network Monitoring. The good point is you have access to more […]
Azure Monitor – Combine Azure Monitor and Azure Log Analytics Data in Grafana
Probably one of the biggest pain in monitoring is to provide a dashboard displaying all information needed. There are many third party solutions available but also Microsoft offers plenty of ways to display monitoring information. One feature I like very much is to have Azure Log Analytic queries exported and displayed in PowerBI. In this […]