Related Articles
Quick Post – SCOM 2012 R2 New Windows Service Names
Actually I was looking for some other things in SCOM 2012 R2 as I suddenly noticed some interesting naming convention of the SCOM services… Until SCOM 2012 Sp1 the Windows services on the management server were named like this… In SCOM 2012 R2 the Windows services on the management server are named like this…
Azure Monitor – Monitoring Kubernetes (AKS) Sample Application Using Prometheus Scraping
Kubernetes is a proven and booming technology on Azure and so it is no surprise, that we need to monitor the Kubernetes infrastructure layer as well as the applications running on top of Kubernetes. A while ago Microsoft released Azure Monitor for containers, which gives you a good health and performance status of your Azure […]
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 […]