Data/testgpo.json
{
"ComputerConfiguration" : [ { "Key" : "HKEY_LOCAL_MACHINE\\RegisteredApplications", "ValueName" : "", "Value" : "", "Type" : "String", "Action" : "R", "Context" : "Computer" }, { "Key" : "HKEY_LOCAL_MACHINE\\RegisteredApplications", "ValueName" : "KevinTest", "Value" : "CHANGE_DOMAIN_FQDN", "Type" : "String", "Action" : "R", "Context" : "Computer" }, { "Key" : "HKEY_LOCAL_MACHINE\\RegisteredApplications", "ValueName" : "CHANGE_DOMAIN", "Value" : "CHANGE_DOMAIN", "Type" : "String", "Action" : "R", "Context" : "Computer" }, { "Key" : "HKEY_LOCAL_MACHINE\\RegisteredApplications", "ValueName" : "NewKey", "Value" : "testtest", "Type" : "String", "Action" : "R", "Context" : "Computer" } ] } |