Related Articles
SCU 2013 DACH – Session Video “Space Shuttle Launch Exploring other Galaxies with Operations Manager”
System Center Universe DACH ended last week and as you might have seen Marcel Zehner and Stefan Koell have posted some reviews about this event. These guys just bring it to the point. MVP Stefan Koell and I agree that SCU DACH was…
Azure Policy – Audit and Deploy CanNotDelete Lock on Resource Group Based on Tags
If you move your workloads to production or even preproduction it is highly recommended to protect them not only against data loss but also from accidential deletion. One feature in Azure which can help are Resource Locks. Depending how you configure the lock, you cannot delete the resource, but still read and modify (CanNotDelete lock) […]
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 […]