powershell_execute
Execute PowerShell commands locally to automate system administration tasks and streamline Windows management processes.
Instructions
Ejecutar comandos PowerShell localmente
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | Comando PowerShell a ejecutar |
Input Schema (JSON Schema)
{
"properties": {
"command": {
"description": "Comando PowerShell a ejecutar",
"type": "string"
}
},
"required": [
"command"
],
"type": "object"
}