Skip to main content

Solved

2639 Topics
How to get a restore job id for the VM using PowerShell command?

 We are not getting restore job Id while running the below PowerShell command in Veeam 11, but for versions below 11, we are getting the restore job id.I checked the Veeam11 commands document but couldn’t find anything helpful regarding VM restore job id.Let us know if there is any particular command to fetch the job id. Running command using Veeam11:$latest_backup_copy = Get-VBRBackup -Name 'backup_job_0'| Get-VBRRestorePoint -Name 'oracle_smallest' | Sort-Object -Property CreationTime -Descending | Select -First 1 ;;  Start-VBRRestoreVM -RestorePoint    $latest_backup_copy -ToOriginalLocation             -StoragePolicyAction Default -PowerUp:$True             -RunAsync Restore Type       VM Name              State      Start Time             End Time               Description------------       -------              -----      ----------             --------               -----------RestoreVm          oracle_smallest      Starting   5/28/2021 12:17:24 PM  1/1/1900 12:00:00 AM  Running

Badge winners

Show all badges