winops_evtlog_list
Identify every Windows Event Log channel installed on the machine, providing a full list of channel names and the total count for monitoring and administrative tasks.
Instructions
List all available Windows Event Log channels.
Return Format
{"success": bool, "channels": [str], "count": int}Examples
list()Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||