Related Articles
Quick Post – Mastering Windows Server 2012 R2 (Wiley/Sybex)
This post is very special and I am proud to announce that soon one of the first and currently most comprehensive books about the latest and greatest Windows Server server version Windows Server 2012 R2 will be released in December 2013. MVP Kevin Greene, Christian Booth, Robert Butler, John McCabe, Robert Panek, Michael Rice and […]
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 – Check Size of Databases (SQL Standard Reports)
If you want to know how much space your OperationsManger database is using you could run a SQL Report. Because it is a feature from SQL Server 2008 R2 it’s easily overseen I just want to show an example.