list_domain_controllers
Identify domain controllers within a specified Active Directory environment. Simplify domain analysis by extracting essential controller details for streamlined network management and security auditing.
Instructions
List domain controller(s)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
domain | Yes |
Input Schema (JSON Schema)
{
"properties": {
"domain": {
"title": "domain",
"type": "string"
}
},
"required": [
"domain"
],
"title": "list_domain_controllersArguments",
"type": "object"
}