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

### Summary of the new feature / enhancement Cmdlet implementation is inconsistent regarding Path parameters. Make all cmdlets use Path. • The following cmdlets use -Path o Get-PSResource o Publish-PSResource...

Issue-Bug
Area-InfoFile

### Summary of the new feature / enhancement Searching for a CommandName or DSCResourceName returns an object with an unexpanded ParentResource member PS> Find-PSResource -CommandName Get-TargetResource -ModuleName SystemLocaleDsc Name ParentResource...

Issue-Bug
Area-Find

### Summary of the new feature / enhancement Search using wildcards returns duplicate results PS> Find-PSResource Microsoft.PowerShell.WhatsNew -Repository PSG* Name Version Prerelease Repository Description ---- ------- ---------- ---------- ----------- Microsoft.PowerShell.WhatsNew...

Issue-Bug
Area-Find

### Summary of the new feature / enhancement The original doc included syntax for TagParameterSet and TypeParameterSet but these parameter sets don’t actually exist ### Proposed technical implementation details (optional)...

Issue-Bug
Area-Find

### Summary of the new feature / enhancement Save-PSResource -AsNupkg -IncludeXML does not include XML file ### Proposed technical implementation details (optional) _No response_

Issue-Bug
Area-Save

### Summary of the new feature / enhancement Update-ModuleManifest -PassThru parameter does nothing ### Proposed technical implementation details (optional) _No response_

Issue-Bug
Area-InfoFile

### Summary of the new feature / enhancement • Uninstall is not checking for dependencies – Here is a repro. Note that Az.Accounts is removed instead of throwing an error....

Issue-Bug
Area-Uninstall
Area-Docs

We use an internal NuGet feed to host a lot of our module/scripts for people in IT. but everytime they get on a new box, they need to register that...

### Summary of the new feature / enhancement As a user I would like `Publish-PSResource` to have a `PassThru` parameter to output a `PSResourceInfo` object with all associated metadata. ###...

good first issue
Area-Publish
feature_request
Semester of Code

Fixes AB#5078 - Fix RequireModules description & add Find example