PowerShellGallery icon indicating copy to clipboard operation
PowerShellGallery copied to clipboard

Results 125 PowerShellGallery issues
Sort by recently updated
recently updated
newest added

Following these instructions: https://docs.microsoft.com/en-us/powershell/scripting/gallery/installing-psget?view=powershell-7.1#get-the-latest-version-from-powershell-gallery This command: ``` [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 Install-PackageProvider -Name 'NuGet' -Source 'PSGallery' -Scope 'CurrentUser' -Verbose ``` Fails with: ``` Install-PackageProvider: No match was found for the specified...

Hi Team, Currently, getting the below error while running the command 'Set-PSRepository -Name "PSGallery" -InstallationPolicy Trusted'. Get-PSGalleryApiAvailability : PowerShell Gallery is currently unavailable. Please try again later. At C:\Program Files...

### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the latest version - [X] Search the existing issues. ### Steps...

SImilar to issues posted earlier; I am unable to download and install packages from multiple machines. - Checked and Verified TLS 1.2 - Unregistered / Registered PSRepository - Attempted Force...

### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the latest version - [X] Search the existing issues. ### Steps...

Email coming from the Gallery is not formatted properly, or is formatted in a way that gets mangled in transit. I recently needed to contact a package owner. Here is...

### Summary of the new feature / enhancement Hi, currently the Azure AD Application record for PowerShell Gallery "PowerShell Gallery [PROD]" is not published by verified publisher "Microsoft Corporation". The...

For example, here's the WindowsCompatibility package (which currently has only one version): As you can see, the API reports the latest version as not being the latest version: ![pretty-printed XML...

bug

### Summary of the new feature / enhancement As a user I want the option to specify the email address of the account I wish to log in with, as...

### Summary of the new feature / enhancement Please move "cmdlets" to the bottom. Some modules, like Az.xx and Microsoft.Graph.xx have a lot of cmdlets and often the most needed...