list_all_owned_enabled_users
Identify and list all owned and enabled users within a specified domain using Active Directory analysis, streamlining security assessments and user management tasks.
Instructions
List all owned & enabled user(s)
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_usersArguments",
"type": "object"
}