list_all_gpos
Retrieve and list all Group Policy Objects (GPOs) within a specified Active Directory domain using this tool in BloodHound MCP. Simplify GPO analysis for Active Directory environments.
Instructions
List all GPO(s)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
domain | Yes |
Input Schema (JSON Schema)
{
"properties": {
"domain": {
"title": "domain",
"type": "string"
}
},
"required": [
"domain"
],
"title": "list_all_gposArguments",
"type": "object"
}