Operations Manager Command Shell Main Menu
Welcome to TechNet Blogs Sign in | Join | Help
Export a Management Pack

Use this cmdlet to export a Management Pack to a specified path.

Unlike the Operations Console, where you can only export unsealed Management Packs, using this cmdlet will export both sealed and unsealed Management Packs in XML format.

First query the list of Management Packs and select the one you want to export.

Return all the Management Pack display names

get-managementpack | select displayName | sort displayName

Copy the one you want to export into this command.

Export the Management Pack

get-managementpack | where {$_.displayName -eq "<MP Name>"} | export-managementpack –path “<Path>"

Another way to use the Export-ManagementPack cmdlet is to perform routing backups.

Backup all unsealed Management Packs

get-ManagementPack | where {!$_.sealed} | Export-ManagementPack -Path "<Path>"

main menu

Posted: Monday, March 30, 2009 1:08 AM by jtalmquist

Comments

No Comments

Leave a Comment

(required) 

(required) 

(optional)

(required) 

  
Enter Code Here: Required

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Page view tracker