route_owned_users_dangerous_rights_to_groups
Identify and route owned, enabled users with dangerous permissions to designated groups for streamlined Active Directory security management.
Instructions
Route all owned & enabled user(s) with Dangerous Rights to group(s)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
domain | Yes |
Input Schema (JSON Schema)
{
"properties": {
"domain": {
"title": "domain",
"type": "string"
}
},
"required": [
"domain"
],
"title": "route_owned_users_dangerous_rights_to_groupsArguments",
"type": "object"
}