list_enabled_non_privileged_users_with_sqladmin
Identify enabled non-privileged users with SQLAdmin permissions in Active Directory to enhance security by detecting potential access risks.
Instructions
List enabled non-privileged user(s) with "SQLAdmin" permission
Input Schema
Name | Required | Description | Default |
---|---|---|---|
domain | Yes |
Input Schema (JSON Schema)
{
"properties": {
"domain": {
"title": "domain",
"type": "string"
}
},
"required": [
"domain"
],
"title": "list_enabled_non_privileged_users_with_sqladminArguments",
"type": "object"
}