# Abusing Group Policy

Group Policy is the central repository in a forest or domain that controls the configuration of computers and users. Group Policy Objects (GPOs) are sets of configurations that are applied to Organisational Units (OUs). By default, only Domain Admins can create GPOs and link them to OUs, but it's common practice to delegate those rights to other teams. This delegation is typically assigned to domain groups - for example, a "Workstation Admins" group may have rights to manage GPOs that apply to a "Workstation" OU. These can create privilege escalation opportunities by allowing user to apply malicious GPOs to domain admin users or their computers.

\\

![](https://files.cdn.thinkific.com/file_uploads/584845/images/262/6ad/ed3/gpmc.png)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://yamortsa.gitbook.io/rto/group-policy/abusing-group-policy.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
