Related Articles
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 […]
PowerShell – Comparing Management Pack Version
I bumped into an interesting problem while writing a custom PowerShell module. The module should compare the management packs from a SCOM management group and some local repository. If the local repository has a higher version number than the currently installed management pack, the script should import the management pack into SCOM. This post should […]
Quick Post – Visio 2013 Stencils Bluish Single-Colored
Today I had some conceptual work to do and as this always involves some fancy Visio diagrams, I ran into a problem which might also could happen to you. Microsoft has released great Windows Server 2012 / Office 365 stencils for Visio 2013. You can find them here. As soon you start Visio and import […]