Thursday, January 8, 2015

Changing Windows Server 2012 R2 from Standard to DataCenter Edition

First set is to verify the edition of Window Server 2012 R2.

You can check this with the GUI at Control Panel\System and Security\System Screenshot_010815_095220_AM

or via the following command line:

dism.exe /online /Get-CurrentEdition

Screenshot_010815_095326_AM

Next lets verify that the install of Windows can be migrated to a different version

dism.exe /online /Get-TargetEditions

Screenshot_010815_095607_AM

We’ve confirmed that this installation can be migrated to DataCenter Edition, now we need to set the installation edition. This change requires acceptance of the End User Agreement and the Windows DataCenter Edition KMS setup key.

dism.exe /online /Set-Edition:ServerDatacenter /AcceptEula /ProductKey:W3GGN-FT8W3-Y4M27-J84CP-Q3VJ9

Screenshot_010815_100314_AM

The server will require a reboot for this change to take effect.

To verify the Edition has been changed:

dism.exe /online /Get-CurrentEdition

Screenshot_010815_100916_AM

Now the Server can be activated as a Windows Server 2012 R2 DataCenter server.

No comments:

Post a Comment