Search code examples
c++windowsactive-directorygroup-policy

How to programatically update group policy with C++?


I am managing group policies programmatically, but I am not able to find any function which updates group policy programmatically.

i.e. gpupdate /force


Solution

  • I have found the answer,

    IGroupPolicyObject - Windows API to create/update policies programmatically.

    I would recommend you to go through this links, they will explain in deep about accessing Group Policies programmatically.

    Working with Group Policy Objects Programmatically

    Programmatically updating local policy in Windows

    If you have any other query, do ask.