An open API service indexing awesome lists of open source software.

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

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
```