Skip to content

Instantly share code, notes, and snippets.

@adojos
adojos / ps-shell-powershellget.md
Last active February 10, 2026 03:57
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