PowerShellGet and the PowerShell Gallery
The PowerShell Gallery is the central repository for PowerShell content. In it, you can find PowerShell scripts, modules containing PowerShell cmdlets and Desired State Configuration (DSC) resources. Some of these packages are authored by Microsoft, and others are authored by the PowerShell community.
The PowerShellGet module contains cmdlets for discovering, installing, updating, and publishing PowerShell packages from the PowerShell Gallery. These packages can contain artifacts such as Modules, DSC Resources, Role Capabilities, and Scripts. Make sure you have the latest version of PowerShellGet installed.
For more information see:
Getting Started with the PowerShell Gallery
Check out the Getting Started page for more information on how to use PowerShellGet
commands with the Gallery. You can also run Update-Help -Module PowerShellGet -Force
to install
local help for these commands.
Giving feedback
Provide feedback and report issues in the GitHub repository. To see the current status of the PowerShell Gallery services, see the PowerShell Gallery Status page on GitHub.
PowerShellGet & Gallery feedback
The PowerShellGet and PSResourceGet modules are open source projects. Select a link to provide feedback:
Feedback
Submit and view feedback for