Created
November 25, 2020 14:10
-
-
Save W3BGUY/e3f1905991747a1b19bf63927288d127 to your computer and use it in GitHub Desktop.
Call a Powershell command from within Jitterbit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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