Good day,
I am hoping to put together a POC in our AD test environment using the Microsoft.GroupPolicy namespace for checking individual machine's computer configurations.
There is a heap load of documentation on user configuration in general through C#, but this particular namespace doesn't seem to shed any light on its functionality at all:
https://msdn.microsoft.com/en-us/library/windows/desktop/microsoft.grouppolicy.computerconfiguration(v=vs.85).aspx?cs-save-lang=1&cs-lang=csharp#code-snippet-1
I'm not sure if I'm just searching for the wrong language, and apologize in advanced if this a duplicate question.
If anyone knows whether or not this would be a viable solution, and if so, could share some examples or more thorough documentation on the matter, I would be greatly appreciated!
Thanks so much for your time!