Related Articles
SCOM 2012 – Self-Study Guide Operations Manager
Microsoft has published some great collection of self-study material about System Center and of course System Center Operations Manager 2012. I highly recommend to visit their website if you want to learn more about SCOM 2012. You can get to this fabulous place here.
SCOM – Populate Attributes Through PowerShell
This time I would like to show a cool idea about modifying class instance properties. In SCOM we usually use registry or WMI discoveries to populate attributes. These attributes are used for dynamic groups or maybe just to append some more information to the class instance. Imagine you are using a registry discovery for populating […]
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 […]