PowerShell script is failing with below error where as it works fine when executed directly in the server:
'"' is not recognized as an internal or external command, operable program or batch file.
Release : 4.3
Password value gets appended with extra space automatically.
Trim the extra space in the password variable as below:
Process.cyberarkPassword=Process.Run_Script_2.scriptOutput.trim();