Update from Powershell 7.2 to 7.3 on Windows Server

David Trevor 306 Reputation points
2023-04-06T07:50:05.1066667+00:00

I installed 7.2 on our Windows Server via MSI package as recommended by Microsoft. Updates for Powershell 7 are installed with Windows Updates and works as expected, in fact I just updated to 7.2.10 with that method. How do I update to 7.3 now? I hoped that this would also work through Windows Update? But all of our servers are still on 7.2 so far.

Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,576 questions
{count} votes

1 answer

Sort by: Most helpful
  1. David Trevor 306 Reputation points
    2023-04-07T10:43:02.62+00:00

    Found the answer in the FAQ: https://learn.microsoft.com/en-us/powershell/scripting/install/microsoft-update-faq?view=powershell-7.3

    I am on PowerShell 7.2, why have I not been upgraded to 7.3?

    The Microsoft Update feature for PowerShell only updates versions in the same release channel. PowerShell 7.2 is the latest long term supported (LTS) version. PowerShell 7.3 is the latest stable (non-LTS) version. Microsoft Update automatically updates you to the next patch level versions for both 7.2 and 7.3. For example, 7.2.x to 7.2.y and 7.3.x to 7.3.y. For more information about support lifecycles, see PowerShell Support Lifecycle.

    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.