ayohrling / local_security_policy

Apache License 2.0
6 stars 28 forks source link

Allow a setting that will add policy_value to existing values instead of replacing all values with the policy_value #104

Open 1WindowsPuppetAdmin opened 3 years ago

1WindowsPuppetAdmin commented 3 years ago

EX: I am trying to add an account to give it "Log on as a batch job" rights so it can run a scheduled task. I don't want to blow out all of the other listed groups/accounts there. There should be a setting that will simply add what i specify into the list without removing those values that are already present.

To make it as flexible as possible, I don't want to have to know that full list and upkeep it on every node we are applying this to.