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 (/).
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.