User Tools

Site Tools


microsoft:windows_server_license_installation_process

Windows Server license installation process

The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
PS C:\Users\Administrator> ipconfig
Windows IP Configuration
Ethernet adapter Ethernet0:
Connection-specific DNS Suffix . :
IPv4 Address. . . . . . . . . . . : 172.16.48.22
Subnet Mask . . . . . . . . . . . : 255.255.255.128
Default Gateway . . . . . . . . . : 172.16.48.1
PS C:\Users\Administrator> Dism /online /Set-Edition:ServerStandard /ProductKey:VDYBN-27WPP-V4HQT-9VMD4-VMK7H 
/AcceptEula
Deployment Image Servicing and Management tool
Version: 10.0.20348.681
Image Version: 10.0.20348.1726
Starting to update components...
Starting to install product key...
Finished installing product key.
Starting to apply edition-specific settings...
Finished applying edition-specific settings.
The operation completed successfully.
PS C:\Users\Administrator> slmgr /ipk VDY4N-27WHP-V4HQT-XXXXX-YYYYY
PS C:\Users\Administrator> slmgr /skms kms9.msguides.com
PS C:\Users\Administrator> slmgr /ato
PS C:\Users\Administrator> dism /online /get-targeteditions
Deployment Image Servicing and Management tool
Version: 10.0.20348.681
Image Version: 10.0.20348.1726
Editions that can be upgraded to:
Target Edition : ServerDatacenter
The operation completed successfully.
PS C:\Users\Administrator> dism /online /get-currentedition
Deployment Image Servicing and Management tool
Version: 10.0.20348.681
Image Version: 10.0.20348.1726
Current edition is:
Current Edition : ServerStandard
The operation completed successfully.
PS C:\Users\Administrator> winver
PS C:\Users\Administrator>

Windows 11 license installation process:

Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.
Install the latest PowerShell for new features and improvements! https://aka.ms/PSWindows
PS C:\Users\administrator> slmgr /ipk NPKR9-F4DCX-Y2C8J-XXXXX-YYYYY
PS C:\Users\administrator> slmgr /skms kms9.msguides.com
PS C:\Users\administrator> slmgr /ato
PS C:\Users\administrator> dism /online /get-currentedition
Deployment Image Servicing and Management tool
Version: 10.0.22000.653
Image Version: 10.0.22000.1936
Current edition is:
Current Edition : Enterprise
The operation completed successfully.
PS C:\Users\administrator> winver
PS C:\Users\administrator>

microsoft/windows_server_license_installation_process.txt · Last modified: 2023/09/30 10:52 by aperez

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki