Host-based backup of Microsoft Hyper-V VMs.
Post Reply
battles
Service Provider
Posts: 31
Liked: 1 time
Joined: Apr 07, 2017 2:03 pm
Full Name: Battles
Contact:

get list of vms with Application Aware enabled

Post by battles »

Can I get export a list of VMs where Application Aware is enabled?

TIA
Vitaliy S.
VP, Product Management
Posts: 27112
Liked: 2719 times
Joined: Mar 30, 2009 9:13 am
Full Name: Vitaliy Safarov
Contact:

Re: get list of vms with Application Aware enabled

Post by Vitaliy S. »

Do not know if there is a quick way to do that via PowerShell, but you can use this predefined report in Veeam ONE > Backup Infrastructure Assessment (See the 1st section)
veremin
Product Manager
Posts: 20283
Liked: 2258 times
Joined: Oct 26, 2012 3:28 pm
Full Name: Vladimir Eremin
Contact:

Re: get list of vms with Application Aware enabled

Post by veremin »

Check whether the following example answers your requirements:

Code: Select all

Asnp VeeamPSSnapin
Get-VBRJob -name "Name of your job" | Get-VBRJobObject | where {$_.VssOptions.enabled -eq $True} | select name
Thanks.
battles
Service Provider
Posts: 31
Liked: 1 time
Joined: Apr 07, 2017 2:03 pm
Full Name: Battles
Contact:

Re: get list of vms with Application Aware enabled

Post by battles »

Vitaliy S. wrote:Do not know if there is a quick way to do that via PowerShell, but you can use this predefined report in Veeam ONE > Backup Infrastructure Assessment (See the 1st section)
Sorry we are Hyper-V
battles
Service Provider
Posts: 31
Liked: 1 time
Joined: Apr 07, 2017 2:03 pm
Full Name: Battles
Contact:

Re: get list of vms with Application Aware enabled

Post by battles »

Since it seems the reporting I am looking for is only in the paid edition of Veeam One.

How about getting a list from powershell of all protected VMs, host by host?
foggy
Veeam Software
Posts: 21070
Liked: 2115 times
Joined: Jul 11, 2011 10:22 am
Full Name: Alexander Fogelson
Contact:

Re: get list of vms with Application Aware enabled

Post by foggy »

Please ask for assistance in the PowerShell subforum.
Post Reply

Who is online

Users browsing this forum: No registered users and 16 guests