Getting Started with the Gallery
Installing items from the Gallery requires the latest version of the PowerShellGet module.
To see all options for installing PowerShellGet, see our documentation or the PowerShellGet Github repository.
With the latest PowerShellGet module, you can:
- Search through items in the Gallery with Find-Module and Find-Script
- Save items to your system from the Gallery with Save-Module and Save-Script
- Install items from the Gallery with Install-Module and Install-Script
- Upload items to the Gallery with Publish-Module and Publish-Script
- Add your own custom repository with Register-PSRepository
Check out our documentation for more information on how to use PowerShellGet commands with the Gallery. You can also run Update-Help -Module PowerShellGet to install local help for these commands.