Windows Server 2025 Standard Activation
Convert from Evaluation Version to Retail Version and Activate:
Example:
DISM /online /Set-Edition:ServerStandard /ProductKey:Your Product Key Here /AcceptEula
Windows Server 2025 Datacenter & VM Activation
you are entitled to run unlimited VMs, but the activation process uses a specific feature called Automatic Virtual Machine Activation (AVMA).
How to Properly Activate Your VMs:
Instead of your host's physical key, you must use generic AVMA keys provided by Microsoft.
These keys tell your VM to look at the host server for its activation status rather than trying to contact Microsoft's activation servers.
The Steps:
Ensure the Host is Activated:
Your physical host server must be fully activated using your Datacenter product key.
Example:
DISM /online /Set-Edition:ServerDatacenter /ProductKey:Your Product Key Here /AcceptEula
Enable Data Exchange:
In the Hyper-V settings for each VM, ensure that the Data Exchange integration service is enabled.
This allows the VM to communicate its activation status to the host.
Convert the VM to a retail version:
KMS Keys, run one of the following on each VM to convert it to a retail version before using an AVMA key, choosing the correct version.
-- Server Standard --
DISM /online /Set-Edition:ServerStandard /ProductKey:TVRH6-WHNXV-R9WG3-9XRFY-MY832 /AcceptEula
-- Server Datacenter --
DISM /online /Set-Edition:ServerDatacenter /ProductKey:D764K-2NDRG-47T6Q-P8T8W-YP6DF /AcceptEula
Apply the AVMA Key to the VM:
While logged on to the guest VM, open an elevated Command Prompt or PowerShell and run the following commands to install the generic
AVMA key for the edition of Windows Server you are running in that VM
-- Server Standard --
slmgr /ipk WWVGQ-PNHV9-B89P4-8GGM9-9HPQ4
slmgr /ato
-- Server Datacenter --
slmgr /ipk YQB4H-NKHHJ-Q6K4R-4VMY6-VCH67
slmgr /ato
Finding the Correct Key:
You can find the official list of generic AVMA keys on the Microsoft Learn page for Automatic VM Activation to use on other years versions.
Make sure you select the key that matches the edition (e.g., Datacenter or Standard and your year) of the operating system installed inside the VM.
Why this is the correct way:
Compliance: AVMA acts as a proof-of-purchase mechanism. Because your host is licensed for Datacenter, it automatically "authorizes"
the VMs running on it via this bridge.
Convenience: The VMs do not need an internet connection to activate; they simply validate against your host's hypervisor.
No "Used Key" Errors: Because you are using generic keys, you will never run out of activations or receive "key already in use" errors.