PowerShell
Modules Commands
Manage PowerShell modules. Learn to find, install, update, and import modules from the PowerShell Gallery.
10 commands
Pro Tips
Use 'Find-Module -Tag azure' to search for modules by tag in PowerShell Gallery.
Use 'Update-Module -Name ModuleName' to update specific modules to latest version.
Common Mistakes
Installing modules with -Force -AllowClobber can overwrite existing commands.