list_all_owned_enabled_users_with_sqladmin
Identify all active user accounts with SQLAdmin privileges in an Active Directory domain using BloodHound MCP for analysis and security management.
Instructions
List all owned & enabled 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_all_owned_enabled_users_with_sqladminArguments",
"type": "object"
}