Hello
I have 450 VM organized in 10 Backups Jobs
How i can found if a VM if in these jobs or not ? To knows quickly if a VM is backed up or not
Thanks a lot
-
- Novice
- Posts: 5
- Liked: never
- Joined: Apr 17, 2012 7:35 am
- Full Name: Laurent
- Location: Paris (FR)
- Contact:
-
- Veteran
- Posts: 1943
- Liked: 247 times
- Joined: Dec 01, 2016 3:49 pm
- Full Name: Dmitry Grinev
- Location: St.Petersburg
- Contact:
-
- Expert
- Posts: 193
- Liked: 47 times
- Joined: Jan 16, 2018 5:14 pm
- Full Name: Harvey Carel
- Contact:
Re: Found VM ?
A hackier solution would be using the following powershelll command from the Veeam PSSnapin:
Get-VBRJob | ?{$_.GetObjectsInJob().name -eq "Name of VM"} | select name
Replace "name of Vm" with the VM you're curious about.
Get-VBRJob | ?{$_.GetObjectsInJob().name -eq "Name of VM"} | select name
Replace "name of Vm" with the VM you're curious about.
Who is online
Users browsing this forum: Bing [Bot] and 76 guests