In order to convert a server from an evaluation version to a retail version, we need to perform a few small Powershell commands.
Follow the guide! 😎
Show available versions
DISM /online /Get-TargetEditions
Upgrade version:
âš You need a valid license âš
DISM /Online /Set-Edition:ServerDatacenter /ProductKey:xxxxx-xxxxx-xxxxx-xxxxx-xxxxx /AcceptEula
Type "Y" and the server will restart!
Congratulations, you have moved from an eval edition to a retail one!