We are using the following code lines in a reporting script to retrieve all restore points from a backup:
..
$Backup = Get-VBRBackup -Id $BackupID
$Backup | Get-VBRRestorePoint
..
Some of the backups have no servers associated and therefore no restore points. Therefore an empty object should be returned, this worked in the past.
Since the update to 12.3.1 however the command returns ALL restore points instead and not only the ones from the backup. This unfortunately broke the reporting. Can somebody confirm this?
Greetings
Stephan
..
$Backup = Get-VBRBackup -Id $BackupID
$Backup | Get-VBRRestorePoint
..
Some of the backups have no servers associated and therefore no restore points. Therefore an empty object should be returned, this worked in the past.
Since the update to 12.3.1 however the command returns ALL restore points instead and not only the ones from the backup. This unfortunately broke the reporting. Can somebody confirm this?
Greetings
Stephan
Statistics: Posted by stephan.troxler — Apr 16, 2025 9:30 am






