If you’ve started with an evaluation version of Windows Server 2016 and wish to upgrade to the full version, follow this comprehensive guide to ensure a smooth transition. Before proceeding, ensure you have a valid product key for the edition you’re upgrading to.
Step 1: Download the Windows Server 2016 ISO
First, download the correct ISO file for Windows Server 2016 from the Microsoft Evaluation Center.
- Download Link: Evaluate Windows Server 2016
Step 2: Install the Windows Server 2016 ISO
After downloading, proceed with the installation of the Windows Server 2016 ISO file. Follow the on-screen instructions for installation.
Step 3: Convert the Evaluation Version to Full Version
To convert your evaluation version to a full version, you will use the Deployment Image Servicing and Management (DISM) tool.
- Open Command Prompt as Administrator:
- Search for ‘CMD’ or ‘Command Prompt’ in the Start menu, right-click on it, and select ‘Run as administrator’.
- Check the Current Edition:
- Type the following command and press Enter:
DISM /Online /Get-CurrentEdition
- This command displays the current edition of Windows Server running on your system.
- Type the following command and press Enter:
- Convert to Full Version:
- To upgrade to the full version, use the following command, replacing
XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
with your actual product key: DISM /online /Set-Edition:ServerStandard /ProductKey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX /AcceptEula
- Ensure to replace
ServerStandard
with your desired edition if different (e.g.,ServerDatacenter
).
- To upgrade to the full version, use the following command, replacing
Notes:
- The conversion process might require a restart to complete the upgrade from the Evaluation to the Full version.
- Ensure your product key matches the edition of Windows Server you are upgrading to.
- Should you encounter issues during the process, consult Microsoft’s official documentation or support services for assistance.
This guide outlines the necessary steps to download, install, and upgrade Windows Server 2016 from an evaluation to a full version, ensuring you’re fully licensed and compliant with Microsoft’s licensing terms.