'Managing 'Security Settings' in Active Directory GPO using C++
Need help with modify 'Security Settings' in AD's GPO.
The 'Administrative template' settings are stored in corresponding ADMX files. I'm able to change these settings using IGroupPolicyObject
in C++.
I couldn't find the actual storage of 'Security Settings' in Windows / Active Directory.
I am trying to get the list of settings along with any/all properties programmatically. Any leads are appreciated.
Please check the below screenshot as a reference to Security settings.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|