UpdateEverything

1.4.0

Updates a Windows machine through every package manager and update channel it can find, running each as an isolated step so one failure does not stop the rest. Covers winget, the Microsoft Store, Windows Update, Microsoft 365 Apps, Defender, PowerShell modules, npm, pipx, uv, Chocolatey, Scoop, rustup, .NET tools and more. Can register itself as a scheduled task with
Updates a Windows machine through every package manager and update channel it can find, running each as an isolated step so one failure does not stop the rest. Covers winget, the Microsoft Store, Windows Update, Microsoft 365 Apps, Defender, PowerShell modules, npm, pipx, uv, Chocolatey, Scoop, rustup, .NET tools and more. Can register itself as a scheduled task with toast notifications.
Show more

Minimum PowerShell version

5.1

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name UpdateEverything -RequiredVersion 1.4.0

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name UpdateEverything -Version 1.4.0

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2026 Brian Kronberg. Released under the MIT License.

Package Details

Author(s)

  • Brian Kronberg

Tags

Windows Update Maintenance winget WindowsUpdate Chocolatey Scoop ScheduledTask

Functions

Update-Everything Initialize-UpdateEverything Register-UpdateEverythingTask Unregister-UpdateEverythingTask Get-UpdateEverythingTask Test-PendingReboot

PSEditions

Desktop Core

Dependencies

This module has no dependencies.

Release Notes

# 1.4.0

One behaviour change to know about before upgrading, eight new update steps,
and the fixes that shipped on GitHub as 1.3.1.

## -UpdateSelf now updates only this module

The switch is a shortcut for "Install-Module UpdateEverything -Force" (or the
Main installer with -UpdateSelfSource Main): it updates the module and runs
nothing else. -Tag and -ExcludeTag are ignored for that run, and no elevation
is requested, because a CurrentUser install needs none.

In 1.3.0 the switch meant "also update the module during a full run". A
scheduled task passing -UpdateSelf gets only the self-update after this
upgrade -- give it a second task, or drop the switch, if it should keep doing
both.

## Eight new steps

Deno, Bun and pnpm join npm under the Node tag, each behind the same
ownership check as uv, so a copy a package manager installed is left to that
manager. cargo binaries runs "cargo install-update --all" where the
cargo-update crate is present, and Go binaries runs "gup update" -- both skip
naming the missing prerequisite rather than installing it. The Azure and
Google Cloud CLIs arrive under a new Cloud tag, so "-ExcludeTag Cloud" drops
the pair on a metered or offline machine. conda updates conda itself in the
base environment; environment packages are left alone for the same reason
pip's are.

The tag set gains Go and Cloud, and the inventory covers 24 tools.

## The 1.3.1 fixes, new to the gallery

When a tool is installed twice, the warning now names the copy PATH actually
resolves rather than the alphabetically first one. The Python step reports
the classic py launcher as Skipped instead of Failed on machines without the
Install Manager. A winget package listed for the first time during a run is
reported as newly listed, not as permanently blocked. And a documentation
pass held every README and help claim against the code, restoring the
verbatim tool messages people grep for.

FileList

Version History

Version Downloads Last updated
1.9.0 7 9/3/2026
1.8.0 8 9/3/2026
1.7.3 7 9/3/2026
1.7.2 6 9/3/2026
1.7.1 7 9/3/2026
1.7.0 14 9/2/2026
1.6.0 5 9/2/2026
1.5.0 8 9/2/2026
1.4.0 (current version) 8 9/1/2026
1.3.0 8 9/1/2026
1.2.0 7 9/1/2026
1.1.0 6 9/1/2026
1.0.0 4 8/31/2026
Show less