route_non_priv_comps_dangerous_rights_to_gpos
Identify non-privileged computers with dangerous rights linked to Group Policy Objects (GPOs) in Active Directory to assess security risks.
Instructions
Route non-privileged computer(s) with dangerous rights to GPO(s) [HIGH RAM]
Input Schema
Name | Required | Description | Default |
---|---|---|---|
domain | Yes |
Input Schema (JSON Schema)
{
"properties": {
"domain": {
"title": "domain",
"type": "string"
}
},
"required": [
"domain"
],
"title": "route_non_priv_comps_dangerous_rights_to_gposArguments",
"type": "object"
}