-
- 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
Can I get export a list of VMs where Application Aware is enabled?
TIA
TIA
-
- VP, Product Management
- Posts: 27377
- Liked: 2800 times
- Joined: Mar 30, 2009 9:13 am
- Full Name: Vitaliy Safarov
- Contact:
Re: get list of vms with Application Aware enabled
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)
-
- Product Manager
- Posts: 20406
- Liked: 2298 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: get list of vms with Application Aware enabled
Check whether the following example answers your requirements:
Thanks.
Code: Select all
Asnp VeeamPSSnapin
Get-VBRJob -name "Name of your job" | Get-VBRJobObject | where {$_.VssOptions.enabled -eq $True} | select name
-
- 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
Sorry we are Hyper-VVitaliy 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)
-
- 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
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?
How about getting a list from powershell of all protected VMs, host by host?
-
- Veeam Software
- Posts: 21139
- Liked: 2141 times
- Joined: Jul 11, 2011 10:22 am
- Full Name: Alexander Fogelson
- Contact:
Re: get list of vms with Application Aware enabled
Please ask for assistance in the PowerShell subforum.
Who is online
Users browsing this forum: No registered users and 9 guests