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 […]
Quick Post – Azure Updates & Roadmap
Knowing what’s new across all Azure services is a tough job if not almost impossible, BUT I bumped in a useful page called Azure Updates. It let’s you select a service and lists all major updates in a monthly order. In my opinion not all services are equally well maintained, but it gives you a […]
SCOM 2016 – What’s New UNIX/Linux Series: Discovery Wizard Provide RunAs Account
I just want to start a short series “SCOM 2016 – What’s New Unix/Linux” where I show you what’s new in SCOM 2016 from a UNIX/Linux perspective. We start of with the discovery wizard. In SCOM 2012 R2 when you discovered the UNIX/Linux systems you always had to provide the credentials for deploying the agent. […]