Upgrading Windows Server 2019 STD to Latest

Dan 41 Reputation points
2020-09-22T19:08:19.017+00:00

I installed Windows Server 2019 STD last year using the March 2019 ISO I got through my Visual Studio subscription. I use the server as a Hyper-V host on which I run 1 VM also same version of (Windows server 2019 STD as a PDC). I want to upgrade it to latest version using the september 2020 ISO but am unable to determine what's in this ISO in terms of version (1909?) or if I can even use it to upgrade.

Would someone please tell me:

  1. how to determine which version of WS2019 is in the ISO
  2. How to use it to upgrade both the Hyper-V server and VM

Thanks,
Dan

Windows for business | Windows Server | User experience | Other
0 comments No comments
{count} votes

Accepted answer
  1. Anonymous
    2020-09-22T19:36:11.157+00:00

    To update to the latest build the simplest method is to turn on automatic windows updates. Latest OS Build is 17763.1457
    https://support.microsoft.com/en-us/help/4570333

    otherwise you can install the latest SSU
    https://www.catalog.update.microsoft.com/Search.aspx?q=KB4570332

    followed by the latest cumulative update.
    https://www.catalog.update.microsoft.com/Search.aspx?q=KB4570333

    --please don't forget to Accept as answer if the reply is helpful--

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Jenny Feng 14,246 Reputation points
    2020-09-23T03:26:36.207+00:00

    @Dan
    Hi,
    1.Windows Server 2019 will always be Version 1809, stops at 17763, you could refer to the following information:
    26772-image.png
    And from the September update, the latest OS Build is 17763.1457.

    2.If you want to upgrade the VM version in Hyper-V
    Step 1: Check the virtual machine configuration versions
    On the Windows desktop, click the Start button and type any part of the name Windows PowerShell.
    Right-click Windows PowerShell and select Run as Administrator.
    Use the Get-VMcmdlet. Run the following command to get the versions of your virtual machines.
    *Get-VM * | Format-Table Name, Version*

    Step 2: Upgrade the virtual machine configuration version

    Shut down the virtual machine in Hyper-V Manager.
    Select Action > Upgrade Configuration Version. If this option isn't available for the virtual machine, then it's already at the highest configuration version supported by the Hyper-V host.

    More details here:
    https://learn.microsoft.com/en-us/windows-server/virtualization/hyper-v/deploy/upgrade-virtual-machine-version-in-hyper-v-on-windows-or-windows-server

    Hope above information can help you.

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.