list_all_enabled_users_never_logged_in
Identify enabled users who have never logged in within an Active Directory domain using a natural language query with BloodHound MCP for efficient AD analysis.
Instructions
List all enabled user(s) but never logged in
Input Schema
Name | Required | Description | Default |
---|---|---|---|
domain | Yes |
Input Schema (JSON Schema)
{
"properties": {
"domain": {
"title": "domain",
"type": "string"
}
},
"required": [
"domain"
],
"title": "list_all_enabled_users_never_logged_inArguments",
"type": "object"
}