- 
				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
Can I get export a list of VMs where Application Aware is enabled?
TIA
			
			
									
						
										
						TIA
- 
				Vitaliy S.
 - VP, Product Management
 - Posts: 27703
 - Liked: 2912 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)
			
			
									
						
										
						- 
				veremin
 - Product Manager
 - Posts: 20736
 - Liked: 2403 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
- 
				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
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)
- 
				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
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?
- 
				foggy
 - Veeam Software
 - Posts: 21182
 - Liked: 2164 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 6 guests