Hi can,
Pass a VBRComputerBackupJob object returned by Get-VBRComputerBackupJob to Get-VBRJobScheduleOptions; there is a NextRun property on these objects. See below:
Pass a VBRComputerBackupJob object returned by Get-VBRComputerBackupJob to Get-VBRJobScheduleOptions; there is a NextRun property on these objects. See below:
Code:
$job = Get-VBRComputerBackupJob -Name "*mongo*"Get-VBRJobScheduleOptions -Job $job | select NextRun, LatestRunLocalNextRun LatestRunLocal------- --------------12.03.2025 22:00:00 12.03.2025 10:27:41Statistics: Posted by david.domask — Mar 12, 2025 9:30 am







