Example: Simple script execution

Previous Next

Here is an example of the execution of a simple PowerShell script:

INVOKE        USPowerShell.ExecuteScript

WITH

SELECT        'Write-Output "Hello World"'

This results in:

Hello World

 

See also

Example: Script execution with paramaters

Example: Stateful test

Example: Dynamically Adding C#

Example: Converting Word to PDF

Example: Query call to the Rules Engine

Example: Manipulation call to the Rules Engine

Example: Call to the Rules Engine with variables

Example: Query call to the Rules Engine and loop through result

USPowerShell