Skip to main content

Powershell

Runs a PowerShell script. You can either run the script in a PowerShell file, run PowerShell script written in the UI or run a combination of the script and script found in a PowerShell file.

To create this step select PowerShell from the list and start by entering a name for the step.

Then you can enter the PowerShell to be run into the PowerShell Script textbox. Alternatively you can enter the path to the powershell file that contains script you want to run.

Powershell Config

ParameterDescription
PowerShell Script FilenameThe name of the PowerShell script file. Any script in this file is added to the script to run.
PowerShell ScriptThe PowerShell script to run. This is added to any script specified in the filename.
TimeoutThe time it will take for the request to timeout.