run_powershell
Run PowerShell commands and capture output, with automatic security blocking of dangerous operations.
Instructions
Execute a PowerShell command and return the output.
The command passes through the full security validation pipeline before execution. Dangerous commands (format, shutdown, etc.) are blocked automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | The PowerShell command or expression to execute. | |
| timeout | No | Maximum execution time in seconds (1–3600). Default: 60. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||