It seems I can find the restore points like so:
Code: Select all
$snap_restore_points = Get-VBRRestorePoint -Name $VM_NAME | where {$_.Type -like 'Snapshot'}
A restore point looks like bellow, but I cannot figure out which its proprieties can be used to link into the storage snapshots and volumes, to trace it back to the storage device.
Code: Select all
PS D:\Scripts> $snap_restore_points[0]
Info : Veeam.Backup.Model.COibInfo
Id : 9eba6083-6bb5-4295-93c9-ec365a41348b
LinkIdNullable :
OriginalOibId : 9eba6083-6bb5-4295-93c9-ec365a41348b
LinkId : 00000000-0000-0000-0000-000000000000
CreationTime : 9/26/2018 12:03:00 AM
CreationTimeUtc : 9/26/2018 4:03:00 AM
Type : Snapshot
Algorithm : Full
PointId : 8933bae2-d448-41ee-8636-5ffe545bb9a1
ObjectId : 324e49f1-a1c5-4762-9aac-339bd610cbb6
StorageId : 0f992fee-d677-4c4a-9e2c-4c1aed76fecd
InsideDir : Leahy-DR/AFF_DATA_N6/scriptmgmt-2
IsCorrupted : False
IsRecheckCorrupted : False
IsLicensed : False
CreationUsn : 0
IsConsistent : True
ApproxSize : 84197474708
VmName : scriptmgmt-2
Name : scriptmgmt-2
State : Nothing
EffectiveMemoryMb : 32768
GuestInfo : Veeam.Backup.Model.CGuestInfo
AuxData : Veeam.Backup.Core.CViOibAuxData
ParentId : 00000000-0000-0000-0000-000000000000
ParentOriginalOibId : 00000000-0000-0000-0000-000000000000
DisplayName : scriptmgmt-2
HvAuxData :
HasIndex : False
HasExchange : False
HasVeeamArchiver : False
HasSharePoint : False
HasSql : False
HasAd : False
HasOracle : False
Fqdn :
BackupId : f1095a1e-0730-4aa3-bec8-c4b7c59ebaf1
LinkableType : Oib
IsFull : False
MountToFull : False