Hello ,
I am using a PowerShell script located in /Base\[1.23.5]/Library/operations/Remote Command Execution/Powershell/Powershell Script,
simply trying to run the following commands in script input:
dir d:\
exit 13
even dir command is not working when there is exit
operation itself ends as a failure, saying "Could not execute PowerShell command" i cant get exit code or $lastexitcode.
need help about it ,
Thanks in advance