How to Import Management Packs for System Center Operations Manager Configuration Item Connectors
Updated: May 13, 2016
Applies To: System Center 2012 SP1 - Service Manager, System Center 2012 R2 Service Manager, System Center 2012 - Service Manager
For the System Center Operations Manager configuration item (CI) connector to function correctly, you have to import a set of management packs into System Center 2012 – Service Manager. The management packs and the Windows PowerShell script that you need to import the management packs are in the Service Manager installation folder. The default installation folder is \Program Files\Microsoft System Center\Service Manager 2012\Operations Manager Management Packs and System Center 2012 - Operations Manager Management Packs. Use the following procedures to import the management packs into Service Manager.
To import Operations Manager 2007 management packs for an Operations Manager CI connector
On the computer that is hosting the Service Manager management server, on the Windows desktop, click Start, point to Programs, point to Windows PowerShell 1.0, right click Windows PowerShell, and then click Run as administrator.
In Windows PowerShell, type the following command, and then press ENTER:
Get-ExecutionPolicy
Review the output and note the current execution policy setting.
Type the following commands, and then press ENTER after each command:
Set-ExecutionPolicy Unrestricted
Set-Location \"Program Files\Microsoft System Center 2012\Service Manager\Operations Manager Management Packs"
Type the following command, and then press ENTER:
.\installOMMPs.ps1
This command starts the Windows PowerShell script that installs the management packs. Wait for the management packs to be imported.
Change the execution policy back to the value that you noted in step 3. For example, type the following command to set the execution policy to Restricted, and then press ENTER:
Set-ExecutionPolicy Restricted
To exit Windows PowerShell, type the following command, and then press ENTER:
Exit
To import System Center 2012 - Operations Manager management packs for an Operations Manager CI connector
On the Service Manager console, click Administration.
In the Administration pane, expand Administration, and then click Management Packs.
In the Tasks pane, under Management Packs, click Import.
In the Select Management Packs to Import box, point to the drive where Service Manager is installed, and then point to Program Files\Microsoft System Center\Service Manager 2012\Operations Manager 2012 Management Packs.
To the right of the File name box, select the file type MP files (*.mp).
In the list of files, select all of the management packs, and then click Open.
In Import Management Packs, select all of the management packs, and then click Import.
When the import process is complete, the message “The management pack was imported successfully” will appear.
Click OK.