I'm Currently on the latest build of v8, was holding off on the v9 upgrade. (Would upgrade in a heartbeat if it would enable me to get this data.)
The built-in reporting is useless for this task, and the number of vm's I need to report on (~80) makes manually opening the restore point dialog not feasible.
I'm hoping someone might have been able to pull a report together and be willing to share.
I've found a list of restore points for each vm, but I haven't been able to limit it to restore points on tape.
Code: Select all
SELECT *
FROM [VeeamBackup].[dbo].[WmiServer.VmRestorePointsView]
ORDER BY vm_name,vm_restore_point_date