Updated on 2023-11-28 GMT+08:00

Running PowerShell Scripts Failed

Symptoms

The error message "module_stderr": "Test-Path : Cannot bind argument to parameter 'Path' because it is an empty str\r\ning. is displayed.

Cause Analysis

Ansible is used to deploy the action Run PowerShell Script. The Windows path incorrectly uses a backslash (\) instead of a forward slash (/).

Solution

Check the entered path and ensure that the path uses forward slashes (/).

Running PowerShell Scripts FAQs

more