route_all_owned_enabled_privileged_group_memberships
Identify and analyze all active privileged group memberships within a specified Active Directory domain to enhance security monitoring and access control.
Instructions
Route all owned & enabled privileged group(s) membership
Input Schema
Name | Required | Description | Default |
---|---|---|---|
domain | Yes |
Input Schema (JSON Schema)
{
"properties": {
"domain": {
"title": "domain",
"type": "string"
}
},
"required": [
"domain"
],
"title": "route_all_owned_enabled_privileged_group_membershipsArguments",
"type": "object"
}