Skip to main content

PowerShell

The PowerShell integration in linqi allows commands to be executed on a Windows Server via Remote PowerShell.

info

This feature is only available in Windows on-premise environments.
To work with PowerShell actions, you must create a corresponding connection and activate the corresponding feature.

Execute PowerShell Remote Command

With this action, you can execute a PowerShell command on the server. For example, you can start a script.
The following configuration options are available:

  • Connection:
    Select the connection (see above) that is used to log in to the server.
  • Command:
    Here you can define the command that should be executed on the server.
  • Enable error output:
    Once you enable this option, you can catch and process errors.

This action provides the following placeholders:

  • Result:
    This placeholder provides the response text from the server. This can include, for example, values that were output using Write-Output.