PowerShell / PSResourceGet

PSResourceGet is the package manager for PowerShell
https://www.powershellgallery.com/packages/Microsoft.PowerShell.PSResourceGet
MIT License
495 stars 93 forks source link

Implement Group Policy settings for PSResource Repository #1730

Closed adityapatwardhan closed 1 month ago

adityapatwardhan commented 1 month ago

PR Summary

Implement Group Policy settings for PSResource Repository. Policy allows administrator to define an allow list for Uris that are allowed to be used for finding and installing resources.

The format for the policy is as follows:

Name=PSGallery;Uri=https://www.powershellgallery.com/api/v2/

PR Context

Fixes #1696

PR Checklist