I want my technicians to do test restores weekly. I would love to have a script they can run manually so it will grab all the jobs, restore a specific file to a specific folder. The tech can then verify the file was restored. is this possible?
example:
If VeeamHostA has the following jobs:
Server1 Backup
Server2 Backup
Server3 Backup
The script will restore a file from each backup job to C:\RestoredBackups.
If possible would love to be able to rename the restored file to SERVERNAME+RestoreTest+DATE, so if im restoring "test.txt" it gets restored as "SERVER+RestoreTest+7-5-2019.txt"
I would suggest to do it automatically. Get the recent Restorepoints for every server from every job and do it like Hannes said. This script can be executed weekly with windows scheduler and then you can rollout a script which also runs weekly on every server which checks if the the file has the right date and send the result to your monitoring system.