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

The scope of all PowerShell-Core scripts/modules was always changed from AllUsers to CurrentUsers. This is not the expected behaviour of course. if I installed a PowerShell-Core script for all users...

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

Review - Waiting on Author
Install-Module

Steps to reproduce ------------------ - Create an Azure DEVOps Project with a space in the URL, e.g. "https://dev.azure.com/MyOrganisation/Space Project" ```powershell az devops create -name "Space Project" ``` - Create an...

This problem in Windows and in Linux. The error and the warning are the same. `Install-Module` `Update-Module` `Save-Module` Could this problem relates to internet provider? Steps to reproduce ------------------ ```powershell...

# Steps to reproduce ``` sudo -E -u NONROOTUSERNAME pwsh -Command "Install-Module -Name Az -AllowClobber -Scope CurrentUser -Force" ``` # Expected behavior Az module installed. # Actual behavior ``` NuGet...

OS-Linux
Install-Module
Needs Repro Info

We are unable to install MS provided modules in the gallery. 3rd party seem to work. I assume there is some sort of additional validation involved. Steps to reproduce ------------------...

I am trying to remove older module versions that are no longer being used. I run the command to point to a specific version of the install module, but nothing...

Steps to reproduce ------------------ Running $test.ps1 as part of a scheduled task via an administrative user intermittently shows the below error. It's seems to be root caused to dot sourcing...

Goal ------------------ Attempting to follow installation instructions from [here](https://github.com/PowerShell/PSScriptAnalyzer#installation): > Note: For PowerShell version 5.1.14393.206 or newer, before installing PSScriptAnalyzer, please install the latest Nuget provider by running the following...

Needs Repro Info