Related Articles
Azure Monitor – Purge Azure Log Analytics Data Using PowerShell
Usually I am going to blog about solutions and ideas we will use in a constructive way. In this blog post I am going to talk about a destructive solution, which will be hopefully rarely used. As we all know Azure Log Analytics is a great log and analytics platform, where we can insert data […]
System Center Universe Europe 2015 – Speaker
I am very happy to speak at the annual conference System Center Universe Europe (SCU Europe). I will have 2 sessions together with Stefan Johner and the second session with my MVP buddy Stefan Koell. Business Process Automation – A Real Real World Scenario, No Fakes Just Facts Level:300 Track:Track “Systems & Cloud Management” Time:25.08.2015 […]
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 […]