Windows Server 2016 Edition Cannot Be Upgraded Error
A DISM command will resolve this allowing you to activate –
- Open a CMD window
- Enter the following – DISM /Online /Set-Edition:ServerStandard /ProductKey:your-product-key-here /AcceptEula
- Hit Enter and watch Windows do its thing, it will need to reboot in order to finish.
The TechNet article that runs through some of the Edition-Servicing commands is https://technet.microsoft.com/en-us/library/hh825157.aspx
verasearch3 said
Make sure the command window has been opened "Run as Administrator".