Related Articles
Logic Apps – Build Your Own Azure Cleanup Workflow
One common problem we all share when it comes to working with Azure is cost and “garbage”. Those two relate in proportion to each other, meaning the more “garbage” you own in Azure, the more you have to pay. Simple? Yes indeed. What do I mean in terms of “garbage”? Ok, I will ask you […]
Quick Post – Documenting Setups & Installations Smartly
I am a big fan of smart solutions and approaches. Today I had one of these moments which I really liked. I was going to update a SCOM 2012 environment to SCOM 2012 SP1. Because the customer only had Thin Clients, which basically only provide an RDP client, it was somewhat limited with tools available. […]
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 […]