Tuesday, 9 June 2015

Powershell Command to extract sealed Management pack from SCOM 2012 R2

Powershell Command to extract sealed Management pack from SCOM 2012 R2:


  • Many times we face situation where we want to export the sealed MP's
  • But guess what the MP was earlier imported by 1 of your collegue and he is no longer in the organization
  • Then you don't know where the MP's are and you can;t export sealed MP's in SCOM .
  • But there ise Command Shell (SCOM version of Powershell to help you)
  • Get-SCOMManagementpack "*veeam*" | Export-SCOMManagementpack -Path "c:\export" 
  • This command will get you the sealed Management pack in xml form which is the same.
  • This xml version will also help you customize the vendor provided MP.

No comments:

Post a Comment