Jump to content

PowerShell Gallery - A central repository for PowerShell scripts/modules


Recommended Posts

Posted

Website: powershellgallery.com (Getting Started Guide)

 

The PowerShell Gallery is the central repository for PowerShell content. In it, you can find useful PowerShell modules containing PowerShell commands and Desired State Configuration (DSC) resources. You can also find PowerShell scripts, some of which may contain PowerShell workflows, and which outline a set of tasks and provide sequencing for those tasks. Some of these items are authored by Microsoft, and others are authored by the PowerShell community.

 

Requirements

Downloading items from the PowerShell Gallery to your system requires the PowerShellGet module. You can find the PowerShellGet module in any of the following. You do not need to sign in to download items from the PowerShell Gallery.

 

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

 

https://blogs.msdn.microsoft.com/powershell/2016/02/25/the-powershell-gallery-is-public/

 

We are excited to announce that, as of today, the PowerShell Gallery has changed from Preview to Public.

 

In July 2015, we announced and opened the PowerShell Gallery for public contributions. Since then, we have seen rapid growth in the number of modules, scripts, and users using the gallery – Thank you to those who contributed so far!

  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...