https://github.com/arnab-developer/updateinstalledmodules
Update installed modules
https://github.com/arnab-developer/updateinstalledmodules
powershell
Last synced: 3 months ago
JSON representation
Update installed modules
- Host: GitHub
- URL: https://github.com/arnab-developer/updateinstalledmodules
- Owner: Arnab-Developer
- License: mit
- Created: 2021-11-27T09:47:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-14T02:53:23.000Z (about 3 years ago)
- Last Synced: 2025-01-17T02:24:15.782Z (5 months ago)
- Topics: powershell
- Language: PowerShell
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Update installed modules
This is a script to update all installed PowerShell modules.
Install from [PowerShell Gallery](https://www.powershellgallery.com/packages/Update-InstalledModules).
```
Install-Script -Name Update-InstalledModules
```Then use the below command to run the script.
```
Update-InstalledModules
```