PSResourceGet icon indicating copy to clipboard operation
PSResourceGet copied to clipboard

PSResourceGet is the package manager for PowerShell

Results 264 PSResourceGet issues
Sort by recently updated
recently updated
newest added

### 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. ###...

Issue-Bug
Area-ErrorHandling
Area-Install

### Summary of the new feature / enhancement `Update-PSScriptFileInfo` and `Update-ModuleManifest` both use the `Update` verb but the proper verb should be `Set`. The [PowerShell Verbs](https://docs.microsoft.com/en-us/powershell/scripting/developer/cmdlet/approved-verbs-for-windows-powershell-commands?view=powershell-7.2) documentation have the following...

feature_request
Needs-Triage

# PR Summary InstallHelper class does not need to derive from PSCmdlet Issue #767 ## PR Context ## PR Checklist - [x] [PR has a meaningful title](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission) - Use the...

### Summary of the new feature / enhancement As a user I want a `Get-PSScriptFileInfo` cmdlet to return a `PSScriptFileInfo` object from a specified script. This functionality was present in...

Issue-Enhancement
feature_request
Area-InfoFile

There are many circumstances where you want to install modules to somewhere other than the powershell modules folder, for instance if creating the equivalent of a python "virtual environment" for...

Area-Install
Issue-Discussion

### Summary of the new feature / enhancement This cmdlet will create a template file. If the switch -AsPSD1 is used it will create a psd1 file, otherwise it will...

Issue-Discussion
feature_request
Semester of Code

### Summary of the new feature / enhancement In particularly where there are dependencies, it can take awhile and the user doesn't know what's happening ### Proposed technical implementation details...

Area-Uninstall
feature_request
Semester of Code

### 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. ###...

Issue-Enhancement
good first issue
Area-Find
Semester of Code

### Summary of the new feature / enhancement Uninstall-PSResource should have a PassThru parameter for the caller to get the list of resources uninstalled. ### Proposed technical implementation details (optional)...

good first issue
Area-Uninstall
feature_request
Semester of Code

### Summary of the new feature / enhancement I would like to be able to pass wildcard characters to `Set-PSResourceRepository` name parameter. Currently this error is returned. ```powershell PS />...

good first issue
Area-PSRepository
feature_request
Semester of Code