Related Articles
SCOM 2012 SP1 – Part 1: Audit Collection Services (ACS) Setup
SCOM 2012 SP1 has been released and I was wondering how the setup behalves and how the look and feel is going to be. Therefore, I decided to play around with Audit Collection Services and write a 4 part blog series about it. Cool, huh? This 4 part series is going discusses in part 1 […]
Quick Post – Get Cmdlet Related DLL
In some situation you are running a cmdlet, but you have no idea where it is stored. I mean you don’t know to which “*.dll” it belongs to or maybe you want to know some more details about the command. A very easy way to figure this out for the Get-AzureRmResource cmdlet… (Get-Command Get-AzureRmResource).DLL …as […]
SCOM – Friday Rules NT Event Rule (Alert)
Again one week later, it is time for “Friday Rules”. I can imagine you have been using this rule a lot, so I tried to add some additional information e.g. how you can create custom event logs and events using PowerShell and of how to spice up your alert names. I hope you will enjoy. […]