This is my first consultation in the forum, I thank you in advance for the help you can give me.
Currently we need to delete the corrupt files that we have in the AVA repository, but since there are too many it is not practical to do it manually from the Veeam 10 console.
Could someone give me an example of a PowerShell that we can launch to remove only the corrupt? We have tried the following:
Code: Select all
Get-VBRBackup -Name "Job Name" | Get-VBRRestorePoint | where-object {$_.IsCorrupted -eq $true}| Remove-VBRRestorePoint
Thank you very much, greetings.