get_ou_gpos
Retrieve Group Policy Objects linked to a specific Organizational Unit to analyze Active Directory security vulnerabilities and identify potential attack paths.
Instructions
Retrieves the GPOs within a specific OU in the domain.
This can be used to identify potential targets for lateral movement and privilege escalation.
Args:
ou_id: The ID of the OU to query
limit: Maximum number of GPOs to return (default: 100)
skip: Number of GPOs to skip for pagination (default: 0)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ou_id | Yes | ||
| limit | No | ||
| skip | No |