Hello,
If you use AVMA, and you want to be sure that the process is working correctly, you need to search in the “Application” eventlog, on your VM’s, and on your Hyper-V host.
On the VM, you are looking for an eventid 12309 :
Get-WinEvent -FilterHashtable @{logname="Application";id=12309} | Format-Table -Wrap
On the Hyper-V host, it’s an id 12310 :
Get-WinEvent -FilterHashtable @{logname="Application";id=12310} | Format-Table -Wrap
If you’re troubleshooting AVMA, remember to check Hyper-V integration services, AVMA require “Data Exchange” activated :