execute-powershell-script
Execute a PowerShell script file with optional parameters and working directory support.
Instructions
Execute a PowerShell script file with optional parameters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scriptPath | Yes | Path to the PowerShell script file (.ps1) | |
| parameters | No | Optional parameters to pass to the script | |
| workingDirectory | No | Optional working directory for script execution |