Windows Server 2008 R2 Anytime Upgrade


It is possible to upgrade the installed edition of Windows Server 2008 R2 without having to reinstall the operating system. The Deployment Image Servicing and Management (DISM) tool provides the ability to perform an anytime upgrade using one of the following paths:

  • Windows Server 2008 R2 Standard upgrade to Windows Server 2008 R2 Enterprise
  • Windows Server 2008 R2 Enterprise upgrade to Windows Server 2008 R2 Datacenter
    Note: You can not upgrade a server while it is promoted as a domain controller.

Upgrade Guide

  1. To get started you need a command prompt with administrator privileges.
  2. Switch your current product key for a KMS Product Key found at, TechNet: KMS Client Setup Keys The following example switches your product key to the Windows Server 2008 R2 Standard KMS Product Key:

    slmgr.vbs /ipk YC6KT-GKW9T-YTKYR-T4X34-R7VHC

  3. Validate the current installed edition using the following command:

    dism /online /Get-CurrentEdition

  4. Check for upgrade options using the following command:

    dism /online /Get-TargetEditions

  5. Upgrade to target edition using one of the following examples using the target KMS client key:

    dism /online /Set-Edition:ServerEnterprise /productkey:489J6-VHDMP-X63PK-3K798-CPX3Y

    dism /online /Set-Edition:ServerDatacenter /productkey:74YFP-3QFB3-KQT8W-PMXWJ-7M648

  6. Now that the upgrade is completed you may need to change your product key volume or other type of product key, use the following command:
  7. slmgr.vbs /ipk {Product Key}