-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Adding PSCore group policy definitions #10468
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@anmenaga I made changes. Be sure to pull changes from the branch if you need to make any more changes. |
@iSazonov thanks for reviewing. |
Added just a couple of comments/suggestions to the strings here, sorry for not doing it as a review (I was afraid of getting distracted 😄 ) |
Co-Authored-By: Joey Aiello <joeyaiello@users.noreply.github.com>
Co-Authored-By: Joey Aiello <joeyaiello@users.noreply.github.com>
Co-Authored-By: Joey Aiello <joeyaiello@users.noreply.github.com>
Co-Authored-By: Joey Aiello <joeyaiello@users.noreply.github.com>
Co-Authored-By: Joey Aiello <joeyaiello@users.noreply.github.com>
Co-Authored-By: Joey Aiello <joeyaiello@users.noreply.github.com>
Co-Authored-By: Joey Aiello <joeyaiello@users.noreply.github.com>
@joeyaiello thank you; I've updated per your suggestions. |
🎉 Handy links: |
PR Summary
Group Policy tools (e.g.
gpedit.msc
) use administrative template files (.admx, .adml) to populate policy settings in their user interface. This allows administrators to manage registry-based policy settings for PowerShell Core.This PR:
Policy settings Fall-Back
functionality described in PowerShell Core Policy RFC.*) registry-based PS Core policy settings;
*)
Fall-Back to Windows PS policy settings
functionality.PR Context
PowerShell Core Policy RFC was recently accepted, so UX related to PowerShell Core GroupPolicy settings has to me adjusted accordingly.
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.