Arthur Posted February 26, 2016 Posted February 26, 2016 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. Windows 10 Windows Management Framework 5.0 MSI Installer (for PowerShell 3 and 4) 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! 1
Matt_Renato Posted February 26, 2016 Posted February 26, 2016 It's good to see that Microsoft have finally got WMF 5.0 out the door after the issues that caused it to be pulled at the end of last year.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now