Pages

Thursday, September 20, 2012

[OpsMgr 2012] MP Backup PowerShell Script

Here is the new SCOM 2012 PowerShell command that allows you to export all your Management Packs to XML files in the "BackupFolder".
Get-SCManagementPack | Export-SCManagementPack -path C:\BackupFolder
Really simple ! :)

No comments:

Post a Comment