softend:windowsserver2019:versionchange

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Nächste Überarbeitung
Vorhergehende Überarbeitung
softend:windowsserver2019:versionchange [2021/09/22 19:52] – angelegt adminsoftend:windowsserver2019:versionchange [2021/09/22 20:00] (aktuell) admin
Zeile 1: Zeile 1:
 ====== Version ändern und überprüfen ====== ====== Version ändern und überprüfen ======
  
-====== WindowsServer 2019 ======+
  
 Upgrade Windows Server 2019 Evaluation to Full ^ Upgrade Windows Server 2019 Evaluation to Full ^
-If you have installed Windows Server 2019 StandardEvaluation or DatacenterEvaluation, you have essentially only 180 days to test any features of the new server platform version. This might be enough for some but not for others.+If you have installed Windows Server 2019 StandardEvaluation or DatacenterEvaluation,\\  
 +you have essentially only 180 days to test any features of the new server platform version.\\ 
 +This might be enough for some but not for others.
  
-During this period, all features of Windows Server 2019 are fully working and available. However, after the trial period is over, the system starts to ask for activation and powers down every hour. This is quite annoying.+During this period, all features of Windows Server 2019 are fully working and available.\\ 
 +However, after the trial period is over, the system starts to ask for activation and powers down every hour.\\ 
 +This is quite annoying.
  
 The Windows License expiration notice displays on regular basis. The Windows License expiration notice displays on regular basis.
Zeile 15: Zeile 19:
 First, check the version that's running with this command: First, check the version that's running with 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 22: 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 32: 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 48: 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 56: 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.1632333173.txt.gz
  • Zuletzt geändert: 2021/09/22 19:52
  • von admin