computers_with_most_sessions
Identify computers with the highest session counts in Active Directory environments, enabling efficient analysis for security and operational insights using natural language queries.
Instructions
[WIP] Computers with Most Sessions [Required: sessions]
Input Schema
Name | Required | Description | Default |
---|---|---|---|
domain | Yes |
Input Schema (JSON Schema)
{
"properties": {
"domain": {
"title": "domain",
"type": "string"
}
},
"required": [
"domain"
],
"title": "computers_with_most_sessionsArguments",
"type": "object"
}