PowerShellGetv2 icon indicating copy to clipboard operation
PowerShellGetv2 copied to clipboard

PowerShellGet is the Package Manager for PowerShell

Results 116 PowerShellGetv2 issues
Sort by recently updated
recently updated
newest added

## Environment ```none PS version: 6.2.4 PSReadline version: 2.0.0-beta3 os: Linux 5.3.0-40-generic PowerShell/PSReadLine#32~18.04.1-Ubuntu SMP Mon Feb 3 14:05:59 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux PS file version: 6.2.4.0 HostName: ConsoleHost...

## Steps to reproduce Run `Install-Module` behind a proxy: ```powershell Install-Module posh-git -Scope CurrentUser -Proxy http://127.0.0.1:3128 ``` ## Expected behavior `Installed-Module` should use the specified proxy, such as in `Invoke-WebRequest`:...

So I'm running a build pipeline in Azure DevOps and one of the steps requires to install various packages, some from PSGallery and some from an internal feed. In order...

### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases) - [X] Search the existing issues. -...

Steps to reproduce ------------------ ```powershell Install-Module ` -Name "MyModule" ` -Repository "My AzDO feed name" ` -Scope AllUsers ` -RequiredVersion "1.2.3" ` -SkipPublisherCheck ` -Force ` -Confirm:$false ` -Credential $credsVSTS...

## Steps to reproduce ```powershell Update-Module ``` ## Expected behavior ```none Modules are updated. ``` ## Actual behavior ```none WARNING: Unable to resolve package source 'https://www.powershellgallery.com/api/v2'. Install-Package: C:\program files\powershell\7\Modules\PowerShellGet\PSModule.psm1:13069 Line...

Needs Repro Info

(This issue has been postet do OneGet as well, but PSGallery points here for PackageManagement, so I recreate a similar one here). I tried moving to PS7 and got stuck...

When I run `Find-Module -Name *` it's not returning all of the modules. I am trying to mirror the PowerShell Gallery on-prem for an offline version but I cannot get...

After installing Powershell on Oracle Linux 7.6, I am unable to find and install any modules from PSGallery. When I attempt to run the command `Install-Module -Name VMware.PowerCLI`, I receive...

Hello, Do you have any idea about this error please: WARNING: Unable to download from URI 'https://go.microsoft.com/fwlink/?LinkID=627338&clcid=0x409' to ''. WARNING: Unable to download the list of available providers. Check your...

Resolution - Answered