softend:windowsserver2019:versionchange

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
Letzte ÜberarbeitungBeide Seiten der Revision
softend:windowsserver2019:versionchange [2021/09/22 19:58] adminsoftend:windowsserver2019:versionchange [2021/09/22 20:00] admin
Zeile 19: Zeile 19:
 First, check the version that's running with this command: First, check the version that's running with this command:
  
-<NOTE>+<code>
 DISM /online /Get-CurrentEdition DISM /online /Get-CurrentEdition
-</NOTE>+</code>
 You'll see a message about the edition you currently have. You'll see a message about the edition you currently have.
  
Zeile 28: Zeile 28:
  
 Now we can get the list of editions you can convert your current Eval edition to: Now we can get the list of editions you can convert your current Eval edition to:
 +<code>
 DISM /online /Get-TargetEditions DISM /online /Get-TargetEditions
 +</code>
 And you should get this output: And you should get this output:
  
Zeile 38: Zeile 39:
  
 Run this command: Run this command:
 +<code>
 DISM /online /Set-Edition: /ProductKey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX /AcceptEula DISM /online /Set-Edition: /ProductKey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX /AcceptEula
 +</code>
 So to upgrade from Eval to Standard, use this command: So to upgrade from Eval to Standard, use this command:
 +<code>
 DISM /Online /Set-Edition:ServerStandard /ProductKey:xxxxx-xxxxx-xxxxx-xxxxx-xxxxx /AcceptEula DISM /Online /Set-Edition:ServerStandard /ProductKey:xxxxx-xxxxx-xxxxx-xxxxx-xxxxx /AcceptEula
 +</code>
 From Eval to Datacenter, use this command: From Eval to Datacenter, use this command:
 +<code>
 DISM /Online /Set-Edition:ServerDatacenter /ProductKey:xxxxx-xxxxx-xxxxx-xxxxx-xxxxx /AcceptEula DISM /Online /Set-Edition:ServerDatacenter /ProductKey:xxxxx-xxxxx-xxxxx-xxxxx-xxxxx /AcceptEula
 +</code>
 You'll get a prompt to reboot the server during which the server will change its edition. You'll get a prompt to reboot the server during which the server will change its edition.
  
Zeile 54: Zeile 58:
  
 We'll be using PowerShell, even if apparently other ways exist. From an elevated command prompt, use this command: We'll be using PowerShell, even if apparently other ways exist. From an elevated command prompt, use this command:
 +<code>
 DISM /online /Get-CurrentEdition DISM /online /Get-CurrentEdition
 +</code>
 You'll see a message about the edition you currently have. You'll see a message about the edition you currently have.
  
  • softend/windowsserver2019/versionchange.txt
  • Zuletzt geändert: 2021/09/22 20:00
  • von admin