Skip to main content
Version: 1.24

Execute PowerShell Script

Executes a power shell script located on disk, by providing the full path to the script like you execute it from the command line.

Parameter Reference

ParameterDescriptionSupports TokensDefault
Full PathProvide a full path to the .ps1 file on the disk. Can use tokensNoNone
ArgumentsProvide the arguments hereNoNone
Capture OutputProvide a name to hold the output generated by this action. It can be later accessed using the token syntax.NoNone
Capture Error OutputProvide a name to hold the error output generated by this action. It can be later accessed using the token syntax.NoNone
Capture Warning OutputProvide a name to hold the warning output generated by this action. It can be later accessed using the token syntax.NoNone
Throw on ErrorThrow if an error occurs, with the error output held by the Error Output Token.NoNone
Do not format for HTMLDo not append HTML new lines at the end of each object returned by the script.NoNone