list_all_principals_with_local_admin_permission
Identify all principals with Local Admin permissions in an Active Directory domain to evaluate and manage access controls effectively.
Instructions
List all principal(s) with "Local Admin" permission
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes |
Input Schema (JSON Schema)
{
"properties": {
"domain": {
"title": "domain",
"type": "string"
}
},
"required": [
"domain"
],
"title": "list_all_principals_with_local_admin_permissionArguments",
"type": "object"
}