Let’s create a scenario.
You run a environment with Windows Server 2012 R2 Standard servers with Hyper-V enabled.
On this server you are running Windows Server 2012 R2 Standard.
You want to update the standard Edition to Datacenter edition.
This is possible using the following command line (Priviliged):
DISM /online /get-currentedition
This shows you if you can update the edition
If you can update the edition use the following command line (Priviliged) to update the edition:
DISM /online /set-edition:ServerDatacenter /AcceptEula /Productkey:
Latest posts by wvsandwijk (see all)
- [PS] How to validate VMWare ESX Certificates - September 7, 2018
- PoSH-Git : unable to start ssh-agent service, error :1058 - July 22, 2018
- [PS] Speedup VMWare PowerShell module - June 11, 2018