Skip to content

Instantly share code, notes, and snippets.

@adojos
adojos / ps-shell-powershellget.md
Last active July 31, 2025 21:42
PowerShell: Upgrade/Uninstall PowerShellGet Module #powershell

Install PowerShellGet Module

The easiest way to upgrade your PowershellGet module is to run the following command:

Find-Module powershellget | Install-Module