When you have an Evaluation Version of the Windows Server and you want to have a standard version of Windows
Open a PowerShell and run the following command
DISM /online /Set-Edition:ServerStandard /ProductKey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX /AcceptEula
Regards,