Related Articles
SCOM 2012 Linux Monitoring (Lab) – Part 2 Configure SCOM 2012
In part 1 we installed LINUX and now it is time to get SCOM 2012 ready for LINUX monitoring. There are several steps we need to do: Set up a Resource Pool Import the management packs Setup name resolution Configure the RunAs accounts Assign the RunAs accounts to profiles.
SCOM 2012 – Server Boot Check and Availability HTML Report (PowerShell Script)
As there are many good ideas out there and so many bright minds, you just have to pull all this energy together mix it with your own ideas and you will create wonderful things. A practical example would be the following story. A customer who likes simple things came up with an idea. Imagine you […]
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 […]