PowerShell script exchange
Post Reply
bertdhont
Service Provider
Posts: 45
Liked: 5 times
Joined: Nov 08, 2013 2:53 pm
Full Name: Bert D'hont
Contact:

Linked files

Post by bertdhont »

Hello,

Is there a way to receive a list of VIB-files that are linked to a VBK-file?
Or the other way. When you have the vib-file, request the files needed to use that vib-file?

Kind regards,

Bert
veremin
Product Manager
Posts: 20270
Liked: 2252 times
Joined: Oct 26, 2012 3:28 pm
Full Name: Vladimir Eremin
Contact:

Re: Linked files

Post by veremin »

Is there a way to receive a list of VIB-files that are linked to a VBK-file?
There must be an easier way to achieve your goal, but that's what I was able to come up with:

Code: Select all

Get-VBRRestorePoint -Backup $Backup -Name "Name of your VM" | where {$_.type -eq "increment" -and $_.GetFull().Id -eq "ID of full backup"}
Thanks.
Post Reply

Who is online

Users browsing this forum: No registered users and 19 guests