https://github.com/kieranwalsh/Update-AllPSModules
https://github.com/kieranwalsh/Update-AllPSModules
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kieranwalsh/Update-AllPSModules
- Owner: kieranwalsh
- License: mit
- Created: 2022-01-02T22:00:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-16T06:30:34.000Z (over 1 year ago)
- Last Synced: 2024-11-29T05:29:10.464Z (5 months ago)
- Language: PowerShell
- Size: 20.5 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - kieranwalsh/Update-AllPSModules - (PowerShell)
README
# Update-AllPSModules
This module will update all locally installed PowerShell modules to the latest version it can find online. It will also attempt to update PackageManagement and PowerShellGet so that it can update to pre-release versions.
You can install it using the following command:
```
Install-Module update-AllPSModules
```You can use the '-NoPreviews' switch to avoid modules with 'beta', 'nightly', 'preview' etc., in the name.
This is what it looks like while running:

