Skip to content

Instantly share code, notes, and snippets.

@W3BGUY
Created November 25, 2020 14:10
Show Gist options
  • Save W3BGUY/e3f1905991747a1b19bf63927288d127 to your computer and use it in GitHub Desktop.
Save W3BGUY/e3f1905991747a1b19bf63927288d127 to your computer and use it in GitHub Desktop.
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