cancel
Showing results forΒ 
Search instead forΒ 
Did you mean:Β 

Backup Exec 2014 - Change the "InitialFullBackup" Name by powershell

net_backup_6_0_
Level 3

Hi,
i want to do all of our Backup Exec Server in all plants to have the same name at the Full Backup and the Diff Bakup.

So i figuered out, that some plants doesnt have the right name convention.
Now i want to change them to the right one.

With powershell i do a "get-bebackupdefinition" an get a list with some properties like the "InitialFullBackup".

Does anyone know how to change the name on all jobs with powershell ?
i tried the following but it doesnt work:

$BEDEF =  get-bebackupdefinition | ?{$_.InitialFullBackup -like "FULL"}
$BEDEF | set-bebackupdefinition -backupdefinition $BEDEF $_.InitialFullBackup = "KPL"

Thank you for your help.
Markus

0 REPLIES 0