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
softend:windowsserver2019:versionchange [2021/09/22 19:58] adminsoftend:windowsserver2019:versionchange [2021/09/22 20:00] (aktuell) admin
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.
  
Zeile 62: Zeile 67:
  
 Then simply run this command, which is the same as the one to go from Eval Standard to Datacenter: Then simply run this command, which is the same as the one to go from Eval Standard to Datacenter:
 +<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 must enter a valid product key to continue with the upgrade process. It'll ask you to reboot. You must enter a valid product key to continue with the upgrade process. It'll ask you to reboot.
  
-It's worth noting that if you've used an evaluation edition to build a DC for your POC, you can't change the edition. You'll either need to build a new DC, demote the evaluation edition DC, or convert Eval to Standard (or Datacenter) and then promote it again for a DC.+It's worth noting that if you've used an evaluation edition to build a DC for your POC, you can't change the edition.\\ 
 +You'll either need to build a new DC, demote the evaluation edition DC, or convert Eval to Standard (or Datacenter) and then promote it again for a DC.
  
 You can also use this command to change your edition between other types, such as Datacenter or Essentials. You can also use this command to change your edition between other types, such as Datacenter or Essentials.
  
  
  • softend/windowsserver2019/versionchange.1632333500.txt.gz
  • Zuletzt geändert: 2021/09/22 19:58
  • von admin