Open God-damnit-all opened 3 years ago
https://github.com/Fleex255/PolicyPlus/issues/46#issue-921974966
@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.
@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.
https://github.com/Fleex255/PolicyPlus/issues/46#issuecomment-1557005463
@ImportTaste, this answers.microsoft.com
question might be vaguely useful.
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: https://github.com/Fleex255/PolicyPlus/issues/5#issuecomment-390412472. 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.