[Shell] PowerShell Command
Q100107: [Shell] PowerShell Command
Executes a supplied PowerShell command.
Parameter | In/Out | Description | Other Info |
---|---|---|---|
PowerShell command to execute | In | The PowerShell command, with any parameters, to be executed. | |
Log output level | In | Choices: Minimal , Verbose The level of execution detail you want to appear in the log. |
Default: Minimal |
ExitCode | Out | The exitcode returned by the process. | |
OutputText | Out | The output text created by the process. |
(Italics = required parameters)
Notes
The module [Shell] PowerShell Command
allows a step in the job to execute a single PowerShell command, or run a .ps1
PowerShell script.
Last Updated:
6/28/2023 10:37:30 PM