AVMA feature on Hyper-V not activating VM license

Razzi29 311 Reputation points
2022-05-13T14:45:55.19+00:00

I have a few Windows Server 2012 and Windows Server 2016 running on Microsoft Hyper-V Windows 2012 R2 Datacenter, and some of those VMs are showing as Evaluation licenses and are not activating automatically as per the AVMA feature on Hyper-V. Any suggestions on what can be causing this or where I can look into further?

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,127 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,166 questions
0 comments No comments
{count} votes

Accepted answer
  1. Dave Patrick 426.1K Reputation points MVP
    2022-05-13T14:54:07.623+00:00

    An evaluation cannot be activated via AVMA. As a workaround you can try a kms key as intermediate step.
    https://learn.microsoft.com/en-us/windows-server/get-started/kmsclientkeys

    (assuming a 2016 DataCenter guest)

    Dism /online /Set-Edition:ServerDatacenter /AcceptEula /ProductKey:CB7KF-BWN84-R7R2Y-793K2-8XDDG

    https://learn.microsoft.com/en-us/windows-server/get-started/automatic-vm-activation#avma-keys
    then after reboot do (AVMA)
    slmgr /ipk TMJ3Y-NTRTM-FJYXT-T22BY-CWG3J
    slmgr /ato

    Also note: if the DataCenter host is 2012 R2 then the highest guest that can use AVMA is 2012 R2
    https://learn.microsoft.com/en-us/windows-server/get-started/automatic-vm-activation#system-requirements

    --please don't forget to upvote and Accept as answer if the reply is helpful--

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful