Related Articles
SCOM 2012 SP1 – The .NET Framework 3.5.1 Story…
Today I ran in an unexpected problem at a customer. My mission was to install a SCOM 2012 SP1 Proof-of-Concept to show the customer what is possible and what information he can get out of SCOM. My last couple of installation were of course on Windows Server 2012. This customer was using Windows Server 2008 […]
SCOM 2012 – Update Rollup CU1
About 1 month after RTM SCOM 2012 receives its first update package. There is a detailed update description and a list with fixed issues. Also the update process is far more easier than we are used to good old times. You can find the KB article here and download here.
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 […]