Convert a Windows Server from Evaluation to Retail Version

15 Jul, 2021·
AlexIn Tech
AlexIn Tech
· 1 min read

Convert a Windows Server from Evaluation to Retail Version

To convert a server from the evaluation version to the retail version, you need to execute a few PowerShell commands.

Follow the guide! 😎

Display Available Versions

DISM /online /Get-TargetEditions

PoSh

Upgrade the Version: ⚠ You need a valid license ⚠

DISM /Online /Set-Edition:ServerDatacenter /ProductKey:xxxxx-xxxxx-xxxxx-xxxxx-xxxxx /AcceptEula

PoSh

Type “Y,” and the server will reboot!

Congratulations, you have successfully converted from an evaluation edition to a retail edition!

AlexIn Tech
Authors
SysOps Engineer | IT Teacher
Versatile IT Engineer with a dual specialization in System Engineering and Management, AlexIn Tech teaches IT to CFC apprentice IT specialists at ETML, the Technical School of Lausanne 🇨🇭. Passionate about IT, innovation, and knowledge sharing, he shares his discoveries and learnings here to inspire new generations.