Forum Discussion
Activationg Trial Version of Server 2019
Hi Thanks. Need clarification on the following:
I have only one Key that is the Main server (Dell Server) Product key. That is the prod key I would like to use for the Server 2019 in VM (for the current Trial Server 2019). What do the Keys in step 3 and 5 refer to?
---
3. dism /online /set-edition:ServerStandard /accepteula /productkey:<YOUR-RETAIL-KEY-GOES-HERE>
4.
5. slmgr /ipk <PRODUCT-KEY-GOES-HERE>
-----
Thanks again for your help and time!
Mohindar
The much simpler method is from an elevated cmd.exe session;
slmgr /ipk xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
slmgr /ato
using the same product key used on host.
- dretzerMar 04, 2020Iron Contributor
You cannot use slmgr to install a retail or VLSC product key on an evaluation edition. You will get an error if you try to do this:
Error:0xC004F069 On a computer running Microsoft Windows non-core edition….
The only supported way to change an eval edition to a full edition is with dism and a retail product key (the one from your host). If you try to use the dism method with a VLSC key you will get another error:
Error 1168 the specified product key could not be validated.
So to upgrade and activate Windows Server 2016 or 2019 Evaluation, you have to use dism and have a retail product key.
- Dave PatrickMar 04, 2020MVP
dretzer wrote:
You cannot use slmgr to install a retail or VLSC product key on an evaluation edition. You will get an error if you try to do this:
Error:0xC004F069 On a computer running Microsoft Windows non-core edition….
The only supported way to change an eval edition to a full edition is with dism and a retail product key (the one from your host). If you try to use the dism method with a VLSC key you will get another error:
Error 1168 the specified product key could not be validated.
So to upgrade and activate Windows Server 2016 or 2019 Evaluation, you have to use dism and have a retail product key.
The OP is not using a volume product key. According to what's posted the key comes from OEM provider (Dell)