Convert Windows Server 2012 Datacenter Eval to Datacenter
December 19, 2012 2 Comments
If you were lucky enough to have used Windows Server 2012 Datacenter eval edition you might have a need to convert it to a regular release. It can easily be done using PowerShell.
Step 1 is to figure out what edition you are currently running.
DISM /online /Get-CurrentEdition
Step 2 is to enter the license key for the full edition. You’ll be asked to reboot the server so say yes.
DISM /online /Set-Edition:ServerDatacenter /ProductKey:ABCD-EFGH-IJKL-MNOP-QRST /AcceptEula
That’s all!
I love you my friend… thanks
Tried this but got a “The system cannot find the file specified” error
Any ideas?