Call a Powershell command from within Jitterbit
// Author - Danial Fields | |
$command = "cmd"; | |
$arguments = '/c powershell -ExecutionPolicy ByPass -File "C:\\directory\\RunCommand Test.ps1" -p1 ' + $p1 + ' -p2 ' + $p2 + ' -p3 '+ $p3 + '"'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment