Thank you David for your response,
I have managed to finally implement the per-disk datastore selection using Powershell and it seems to work, but it would be great if someone would approve if this is the correct approach, what I did was:
I have managed to finally implement the per-disk datastore selection using Powershell and it seems to work, but it would be great if someone would approve if this is the correct approach, what I did was:
Code:
$jobObject = Get-VBRJobObject -Job $job$jobObject.ExtendedOptions.TargetOptions.DiskDestination[1].TargetDatastoreName = 'DS2'$jobObject.ExtendedOptions.TargetOptions.DiskDestination[1].TargetDatastoreRef = 'group-p2'$jobObject.Update($jobObject.Location, $jobObject.OrderNo, $jobObject.ExtendedOptions)Statistics: Posted by zjerinasite — Jul 08, 2024 8:26 am



