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.
If the PR is work in progress, please add the prefix WIP: or [ WIP ] to the beginning of the title (the WIP bot will keep its status check at Pending while the prefix is present) and remove the prefix when the PR is ready.
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
.h
,.cpp
,.cs
,.ps1
and.psm1
files have the correct copyright headerWIP:
or[ WIP ]
to the beginning of the title (theWIP
bot will keep its status check atPending
while the prefix is present) and remove the prefix when the PR is ready.