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

Be careful while deleting Management Packs.  I suggest to first query the Management Pack and verify you’re returning the one you want to delete.

Return all Management Packs by Display Name

get-managementpack | select displayName | sort displayName

Consider backing up the Management Pack before deleting.

Copy the Management Pack you want to delete from the query results, and past that into the following command.

Delete a Management Pack

get-managementpack | where {$_.displayName -eq "MP Name"} | uninstall-managementpack

main menu

Posted: Monday, March 30, 2009 1:11 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