list_enabled_principals_with_constrained_delegation
Identify enabled principals with constrained delegation in Active Directory to analyze potential security risks and access vulnerabilities.
Instructions
List enabled principal(s) with "Constrained Delegation"
Input Schema
Name | Required | Description | Default |
---|---|---|---|
domain | Yes |
Input Schema (JSON Schema)
{
"properties": {
"domain": {
"title": "domain",
"type": "string"
}
},
"required": [
"domain"
],
"title": "list_enabled_principals_with_constrained_delegationArguments",
"type": "object"
}