When will PowerShell 7.6.3 appear through Windows Update?

0
0
Asked By MellowCedar42 On

Does anyone know when PowerShell 7.6.3 will become available through Windows Update? The Microsoft Update Catalog currently only shows preview builds, while our systems are still running PowerShell 7.5.5. We would prefer to update through Microsoft's update channel instead of deploying a separate installer package, if possible.

4 Answers

Answered By PixelRaven31 On

Be careful about treating this like a normal update. Moving between minor PowerShell versions can include breaking changes, and the .NET dependency may change too. It may be safer to test the new version against your scripts before rolling it out broadly. The catalog entries are installer packages deployed through the update system, not special in-place update packages.

Answered By BrightMaple58 On

If you need a predictable rollout, you can schedule installation of the latest MSI package instead of waiting for Windows Update. The MSIX version is another option, but that generally relies on Store-style update management, which may not work well on servers without Store components.

Answered By QuietHarbor7 On

PowerShell releases can take a while to appear because they’re distributed as optional updates rather than following the normal monthly patch schedule. Microsoft says publication may take up to around two weeks after a release, and some versions might not be published through that channel at all. The Update Catalog is the best place to check the current status.

Answered By CopperOrbit6 On

PowerShell can notify you when a newer version is available unless update notifications are disabled. MSI installations can receive PowerShell through Windows Update when that channel is enabled, while MSIX installations are updated through the Microsoft Store mechanism.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.