[Shell] PowerShell Command
This module is built to provide a quick method for executing a PowerShell command. The following parameters are used:
| Parameter | I/O | Description |
|---|---|---|
| Command | In | The command to be executed. |
| LogOutputLevel | In | Minimal: Normal output to the log. Verbose: More detailed output is written to the log, suitable for debugging purposes. |
| ExitCode | Out | The exit code returned by the command. |
| OutputText | Out | The complete output produced by the command. If you want to write this to a file, use the [Files] Write module. |