Can't activate Windows Server 2012 r2

I installed Windows Server 2012 R2 Standard Evaluation Version on an IBM x3650 M4 server. Also I connected a domain controller configured as a secondary server.

Now I've purchased a Volume License Key, but when I am activating with the key I am getting an error: "That key can't be used to activate this edition of Windows."


Solution 1:

Try an SKUUPGRADE - the eval issue can as such not be activated.

To determine the installed edition, run:

DISM /online /Get-CurrentEdition

To check the possible target editions, run:

DISM /online /Get-TargetEditions

Finally, to initiate an upgrade, run:

DISM /online /Set-Edition:<edition> /ProductKey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX

is how it works. See whether you can change from eval to standard.

But you may be out of luck - and then you may need a reinstallation.

But if it works then you MAY be lucky - if the VLK is not requiring a totally different version.

There is a reason we normally avoid installing eval versions for production.

Note to all voters to close: This is not a LEGAL advice - the poster asks about a technical implementation issue which is ok according to the board. Technically he does not ask about LICENSING (terms etc. - legal issue and VERY complicated) but how to activate his key (technical issue), and we do handle those here. Heck, for some parts of windows there are hugh guidelines for the technical side...