list_all_users_with_description_field
Extract all users with a populated description field from a specified domain in Active Directory, simplifying user data analysis and auditing processes.
Instructions
List all user(s) with description field
Input Schema
Name | Required | Description | Default |
---|---|---|---|
domain | Yes |
Input Schema (JSON Schema)
{
"properties": {
"domain": {
"title": "domain",
"type": "string"
}
},
"required": [
"domain"
],
"title": "list_all_users_with_description_fieldArguments",
"type": "object"
}