psinfo
Retrieve OS version, uptime, installed hotfixes, and running services to diagnose Windows systems; optionally include hotfix or service details.
Instructions
Show detailed system information: OS version, uptime, hotfixes, services.
Wraps Sysinternals PsInfo.
Return Format
{"success": bool, "sections": dict, "raw": str, "error": str | None}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| show_hotfixes | No | Show installed hotfixes (-h) | |
| show_services | No | Show running services (-s) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||