Related Articles
SCOM – SQL Server Event ID 28005, AEM Wizard Runs Forever, Reporting Services Not Working
I like to automate things, creating batches and scripts. Well at least I like to create them myself and then I know what they do. In a small project I needed to install SCOM 2012 SP1 to show Agentless Exception Monitoring. Because larger environment need a managed way to install IT systems identically they often […]
Azure – Azure Mask
I really like to do presentations about the latest and greatest Microsoft Azure technology. One big security problem I always have is that e.g. Subscription ID, email addresses, keys etc. are visible on a big screen or visible in the session recordings afterwards. A very nice tool to hide such sensitive information is a browser […]
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 […]