Related Articles
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 […]
SCOM – Save a Connection String for Use in a PowerShell Script
Sometimes it is necessary to store certain information in a (secure) way, like a connection string, which you might want to use in your PowerShell scripts. The scripts could be then used e.g for the Command Notification Channel. Let’s assume you need to connect to a foreign system and this system provides you with a […]
SCOM 2012 – NetApp Management Pack Version 3.1
A few weeks ago NetApp released their management pack also called “OnCommand Plug-In 3.1 for Microsoft” (OCPM) for SCOM 2012. This week I got the chance to install the latest NetApp MP 3.1. Here I would like to share my experience…