-
Notifications
You must be signed in to change notification settings - Fork 112
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
Command Line options #46
Comments
@ImportTaste, until this is implemented, have you tried editing Group Policy settings via PowerShell's registry editing capability? I find that it's remarkably easy. |
Some policies have multiple registry entries associated with them, and while editing policies edits the registry values, I don't think the reverse is true, so you lose track of what's been changed. |
@ImportTaste, this |
If you modify the Registry directly, the changes will not be reflected in the POL, so the Local Group Policy Editor would not see them. (Policy Plus only would if you opened a Registry source.) As a workaround for the absence of command-line option support, it is possible to load Policy Plus into PowerShell as a .NET assembly and use its components from script: #5 (comment). Someone could even write a PowerShell module to make this process nicer. |
I've noticed that, a couple years back, someone forked the project to create command line options for the program, but surprisingly, he never opened an issue or push request on this repo. Maybe it was never truly finished and he lost interest: https://github.com/daveMueller/PolicyPlus/commits/UseCommandLineUtils
Though, one big flaw was that he had to separate the GUI and console versions, making it difficult to reapply his work.
It would be good to have command line features implemented, as LGPO.exe is a bit of a pain in the ass at times.
The text was updated successfully, but these errors were encountered: