cancel
Showing results for 
Search instead for 
Did you mean: 

Backup exec 2012 Powershell script

bawright
Level 4
Certified

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

1 ACCEPTED SOLUTION

Accepted Solutions

pkh
Moderator
Moderator
   VIP    Certified

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.

View solution in original post

1 REPLY 1

pkh
Moderator
Moderator
   VIP    Certified

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.