Skip to content

PowerShell Cheatsheet

General Maintenance (PSResourceGet)

DescriptionCode
Install moduleInstall-PSResource <module>
Find module to installFind-PSResource <module>
List installed modulesGet-InstalledPSResource

General Maintenance (PowerShellGet)

DescriptionCode
Install moduleInstall-Module <module>
Find module to installFind-Module <module>
List installed modulesGet-InstalledModule