Related Articles
SCOM 2012 SP1 – Part 3: Audit Collection Services (ACS) Testing Cross Platform Logging
In part 1 and part 2 we installed ACS for collection Windows and Linux events. In part 3 I am going to show how the cross platform ACS works in an easy example. In part 2 we had a close look at a specific rule called Delete User. I think this is a perfect example […]
SMA – Invoke Runbook Error “Cannot find the ‘’command.”
This is just a quick post about SMA. I bumped many times in this error while writing PowerShell workflows in SMA … …and I figured out that there are many reasons for this error. If you are nesting runbooks like this… Several reasons could lead to this problem: The child workflow does not exist in […]
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 […]