Automate MP Export for Disaster Recovery
If you want to automate the backup of sealed or unsealed MPs for disaster recovery, then this will help. This Powershell script will initiate the Ops Mgr Console to export all un-sealed Management Packs to the specified directory. You can run this from Ops Mgr 2007 or from the OS Scheduler.
Powershell c:\export-UnSealedMP.ps1 -rootMS rms.server.local -targetFilePath ‘c:\backup\mp’
-rootMS: Enter the FQDN of the RMS
-targetFilePath: the target path of the MP backup files
You can download the script from here:
http://systemcenterforum.org/wp-content/uploads/exportUnSealedMP.zip

January 5th, 2008 at 8:30 pm
[…] Automate Management Pack backups for Disaster Recovery […]
January 13th, 2008 at 10:50 am
[…] Automate Management Pack backups for Disaster Recovery […]
February 18th, 2008 at 4:54 pm
[…] posted a Powershell script for automating export of unsealed MPs as […]
February 19th, 2008 at 6:52 am
[…] posted a Powershell script for automating export of unsealed MPs as […]
June 16th, 2008 at 9:42 am
[…] http://www.systemcenterforum.org/automate-mp-export-for-disaster-recovery/ […]