PSResourceGet icon indicating copy to clipboard operation
PSResourceGet copied to clipboard

PSResourceGet is the package manager for PowerShell

Results 306 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/Microsoft.PowerShell.PSResourceGet) - [X] Search the existing issues. ###...

Issue-Discussion

### Summary of the new feature / enhancement Register MAR as a default registered trusted repo to securely pull Microsoft first party modules. ### Proposed technical implementation details (optional) _No...

feature_request
Container-Galleries

### Summary of the new feature / enhancement Windows 11 24H2 PowerShell x64 v7.4.6 Microsoft.PowerShell.PSResourceGet v1.0.6 ```pwsh PS > Install-PSresource -Repository 'PSGallery' -TrustRepository -Scope 'CurrentUser' -Name 'Az.Accounts' -Version '99.98.97' Install-PSResource:...

Area-ErrorHandling
Area-Install
feature_request

### Steps to Reproduce 1. `Install-PSResource Az.Compute -Verbose` 1. Press ctrl-c to simulate a failure after az.compute has been installed 1. Try importing az.compute, it will fail because dependent module...

Issue-Bug
Resolved-3.0
Area-Install

### Summary of the new feature / enhancement In case the manifest doesn't (yet) exist, I would like to be able to create it with a single command. Currently the...

Issue-Discussion
feature_request

### Summary of the new feature / enhancement The current implementation of `Update-ModuleManifest` does not accept empty arguments for a number of parameters, meaning it can't be used to clear...

feature_request
Area-InfoFile
Up-For-Grabs