Execute Powershell Plug-in
Properties
Name |
Description |
Mandatory |
---|---|---|
arguments |
The arguments to be passed to the command. Example: Direct value: Value1 Value from form field: [/my:myFields/my:field2] Value from solution field: [field1]
|
No |
command |
The path to the server and the name of the Powershell script to run. Example: Direct Value: \\server-name\folder-name\command-name.ps1 Value from form field: [/my:myFields/my:field2] Value from solution field: [field1] |
Yes |
outputcolumn |
The name of the solution field into which the output will be placed. Example: [Sol_Field_1] |
No |
Recommended
- Use the Execute Powershell Plug-in with the Workflow Plug-in node
- Do not use the Execute Powershell Plug-in with embedded buttons.