bawright
13 years agoLevel 4
Backup exec 2012 Powershell script
Hi There
I've just installed a new Tape Library and was wondering can I use the powershell cmd-let in backup exec 2010 to change all my jobs to now write to the new Library.
Cheers,
Brett
Sure. Use the following cmdlets.
Get-BEBackupDefinition
Set-BEBackupDefinition
Save-BEBackupDefinition
Depending on the number of jobs involved, it might be easier to just edit the jobs using the GUI.