anonymous user
Hi,
If you install Evaluation edition of Windows Server it will expect a Retail key when doing the straight conversion. For those of us with Volume license keys the upgrade path involves first using DISM ONLINE Set edition using a KMS key, Then on reboot use slmgr /ipk using your Volume key and then finally run slmgr /ato.
You can get the KMS keys here:
https://learn.microsoft.com/en-us/windows-server/get-started/kmsclientkeys
For example
DISM /Online /Set-Edition:ServerStandard /ProductKey:N69G4-B89J2-4G8F4-WWYCC-J464C /AcceptEula
After reboot then
slmgr /ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX (your OWN VLSC MAK key)
then activate
slmgr /ato
If that doesn't work, you have to reinstall 2019 with the NON EVAL ISO.
Hope above information can help you.
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.