Related Articles
System Center Universe Europe 2016 – Speaker
This year I am very proud again, to be part of System Center Universe Europe 2016 at Conference at August 24-26 in Berlin. System Center Universe is a community conference with a strong focus on systems management and virtualization topics such as cloud, datacenter and modern workplace management. We present top content with top presenters […]
MS Flow – Trigger Azure Automation Webhook
In one of my previous post I showed you how you could trigger a webhook to trigger an Azure Automation runbook using IFTTT (If This Than That) . Well, the great news are that Microsoft is investing a great deal of money into a similar technology called Microsoft Flow. For a short summary and differences […]
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 […]