I can get a successful restore point to reference with the following code:
Code: Select all
$restorepoint = Get-VBRRestorePoint -Name T-VEEAM_Test | Sort-Object –Property CreationTime –Descending | Select-Object -First 1
Code: Select all
Start-VBRRestoreVM -RestorePoint $restorepoint -Reason "Test restore" -ToOriginalLocation -StoragePolicyAction Default
Does anyone have known working powershell examples for AHV restore? Thanks!Start-VBRRestoreVM : Unable to get auxiliary data from restore point 2ecbde36-9411-4e19-8c73-eee82f4f89ef