Hi Jeffrey Pascone1,
Thank you for posting in the Microsoft Community Forum.
To grant a specific group the rights to create Group Policy Objects (GPOs) in a single Organizational Unit (OU) only, you can use the following approach:
- Delegate Control: You can delegate control specifically for the OU where you want the group to create GPOs. Here's how you can do it:
- Right-click on the OU in Active Directory Users and Computers (ADUC).
- Select "Delegate Control" from the context menu.
- Follow the wizard to delegate control to the specific group.
- When prompted for permissions to delegate, select "Create, delete, and manage Group Policy objects" under "Tasks" and "This folder, existing objects in this folder, and creation of new objects in this folder" under "Permissions".
- Grant "Create GPO" Rights: Although there isn't a specific "Create GPO" right, you can indirectly achieve this by granting the group "Write" permissions to the "Group Policy Objects" container within the targeted OU.
- Right-click on the OU in ADUC.
- Select "Properties" and navigate to the "Security" tab.
- Click "Advanced" and then "Add" to add the specific group.
- In the "Apply to" dropdown, select "This object and all descendant objects".
- Check the "Allow" box next to "Create Group Policy objects" under "Permissions".
By following these steps, you are granting the specific group the ability to create GPOs within the targeted OU while restricting their ability to create GPOs in other parts of the domain. Make sure to test these settings thoroughly in a non-production environment before implementing them in your production environment. Additionally, ensure that the members of the group understand the responsibilities and limitations associated with their delegated permissions.
Best regards
Neuvi Jiang