PowerShellGallery icon indicating copy to clipboard operation
PowerShellGallery copied to clipboard

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

I updated the script :https://www.powershellgallery.com/packages/New-OnPremiseHybridWorker/1.7 about 2 months back. When I attempt to import the script from the Gallery or click the button “Deploy to Azure Automation” under installation options...

When I sign in to the PowerShell Gallery I receive this message: **The account with the email arjan[dot]mensch[at]it-worxx[dot]nl is linked to another Microsoft account. If you would like to update...

My jobs in Azure Pipelines are failing because I cannot install my dependancies from the PSGallery : ``` PackageManagement\Install-Package : Unable to resolve module reference ''. At C:\Program Files\WindowsPowerShell\Modules\PowerShellGet\2.2.4.1\PSModule.psm1:9709 char:34...

Trying to manage ownership for our account of PowerShell Gallery, as listed in doc: [https://docs.microsoft.com/powershell/scripting/gallery/how-to/publishing-packages/managing-package-owners?view=powershell-7#adding-owners](https://docs.microsoft.com/powershell/scripting/gallery/how-to/publishing-packages/managing-package-owners?view=powershell-7#adding-owners) But when I click the 'Manage My Packages' link/page of PowerShell Gallery. I am continually...

![image](https://user-images.githubusercontent.com/43417619/94588351-a2578180-0238-11eb-9fc7-050c950f826b.png) https://www.powershellgallery.com/stats/packages/PowerShellGet?groupby=Version

bug

I have a team of engineers working towards PowerShell Modules that we need to upload to PowerShell Gallery. We have a work group email address (email alias for the team)...

I have a pipeline on Azure for publishing my module . For no apparent reason since I made no change to the super simple pipeline script it hangs for several...

It leads to https://docs.microsoft.com/en-us/powershell/gallery/overview which returns 404. The link in question is used at the package edit page (see the screenshot below). ![image](https://user-images.githubusercontent.com/17012873/91553818-ae4cdc80-e936-11ea-9b37-e89f3fed308b.png)

bug
UI

We promote opensource contributions at work and attempting to setup an account with PowerShellGallery to publish our packages to in order to share, but the account creation link Prevents us...

enhancement

Repro: open https://www.powershellgallery.com/packages/Daterpillar.Automation/4.8.8 Observe in browser toolbar the page is shown as 'not secure'. That's because the page fetches datapiller.png via HTTP. Should we use https? In this case the...