Hi,
You can modify the BackupTarget property of $backup to \\IP\pathB like below.
$mPath = $backup.BackupTarget.GetType().GetField('mPath','static,nonpublic,instance')
$mPath.setvalue($backup.BackupTarget,'\\IP\pathB')
$mAccessPath = $backup.BackupTarget.GetType().GetField('mAccessPath','static,nonpublic,instance')
$mAccessPath.setvalue($backup.BackupTarget,'\\IP\pathB')
Best Regards,
Ian Xue
If the Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.