Check Automatic Virtual Machine Activation (AVMA)

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

AVMA-VM2

AVMA-VM

On the Hyper-V host, it’s an id 12310 :

Get-WinEvent -FilterHashtable @{logname="Application";id=12310} | Format-Table -Wrap

AVMA-HOST2

AVMA-HOST

If you’re troubleshooting AVMA, remember to check Hyper-V integration services, AVMA require “Data Exchange” activated :

AVMA-HyperVIS

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.