get_bsod_events
Retrieve and analyze Blue Screen of Death (BSOD) events from Windows systems within a specified time frame to diagnose crashes and improve stability.
Instructions
Get Blue Screen of Death (BSOD) events
Input Schema
Name | Required | Description | Default |
---|---|---|---|
daysBack | No | Number of days back to analyze (default: 7) |
Input Schema (JSON Schema)
{
"properties": {
"daysBack": {
"default": 7,
"description": "Number of days back to analyze (default: 7)",
"type": "number"
}
},
"type": "object"
}