We have 2000+ documents that need restoring from different paths on the same server. Is there a way to put those paths into a spreadsheet or csv and run a script to restore them all?
Bulk Restore
Best answer by Mildur
Your PowerShell cmdlet is for VM files (vmdk, vmx, …). But the question is about documents. Let‘s assume he wants todo a Guest OS file restore. Then we need another cmdlet.
The command for Windows Guest OS file restore is listed here:
https://helpcenter.veeam.com/docs/backup/powershell/start-vbrwindowsguestitemrestore.html?ver=120
The parameter -path allows you to add more than one path.
You could also use Import-CSV to import a csv file with all your paths. Then use a ForEach loop to process each row. That‘s basic Powershell and not specific to Veeam cmdlets.
Let us know if you can start creating a script with this information.
Best,
Fabian
Comment
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.