Related Articles
PowerShell 4.0 – Checking SCOM Required Ports
If you are going to install SCOM there are requirements which you have to be aware of. Microsoft has a great article on TechNet which describes precisely what the requirement and supported configuration is for your SCOM setup. Depending on the size of your (distributed) SCOM infrastructure, you might have to install several management servers, […]
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 […]
Azure Stack – Deploy Latest Azure Stack Development Kit 1.1809.0.90 on Azure VM
A couple of weeks ago I wrote a blog post how to install Azure Stack Development Kit (ASDK) 1.1018.0.97 on an Azure VM. If we want to test the latest release of Azure Stack (DK) we need to redeploy the entire VM, because there is no supported update nor upgrade process for the ASDK. So […]