Windows 2022 Std (16 core) running Hyper-v Only - How to activate 2 vm licencing

TJ Cooper 26 Reputation points
2023-03-19T21:12:43.67+00:00

I am running 2022 Std with Hyper-V only. I want to run 2 (vms), both 2022 (DC and a File Server). I downloaded the evaluation copy. How to I activate the two VMs? I can't use the license key of the physical host, that does not work.

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,205 questions
Hyper-V
Hyper-V
A Windows technology providing a hypervisor-based virtualization solution enabling customers to consolidate workloads onto a single server.
2,559 questions
0 comments No comments
{count} votes

Accepted answer
  1. Dave Patrick 426.1K Reputation points MVP
    2023-03-19T21:32:56.8333333+00:00

    In general you'll need to convert the evaluation to full.

    Dism /online /Set-Edition:ServerStandard /ProductKey:xxxxx-xxxxx-xxxxx-xxxxx-xxxxx /AcceptEula
    
    

    above assumes a retail product key. If the key is volume or some other then as a work around, you can use a kms key as intermediary step.

    Dism /online /Set-Edition:ServerStandard /ProductKey:VDYBN-27WPP-V4HQT-9VMD4-VMK7H /AcceptEula
    
    

    https://learn.microsoft.com/en-us/windows-server/get-started/kmsclientkeys#windows-server-ltscltsb-versions

    then if successful use your own product key below after reboot

    slmgr /ipk xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
    slmgr /ato
    
    

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


0 additional answers

Sort by: Most helpful