SetConnect

OnCondition

Workflow::OnCondition
Description
Based on the result of the "Condition", the workflow will continue executing either the "True" branch or the "False" branch.

To setup this command drag the command to the workflow. The first arrow that is drawn to connect OnCondition to the next command is the "True" branch and the second will be the "False" branch. The color of the connecting arrows identifies which branch it is; green is the "True" branch and red is the "False" branch.
Options
Operator

The operation of which the outcome will be either "True" or "False"

RegExpTest
Returns TRUE is the specified regular-expression is TRUE.
Format: string,expression,i
i means "ignore case"
Example: test123,(test).+,i
RDPloginOK
Returns TRUE if the RDP-login to the specified server was successful. The command will (try to) logoff the session after it disconnects. This way no "disconnected" sessions will remain on the terminal server.

Syntax: type¦server¦username¦password

Example1: 2003¦server1¦testuser¦testpassword
Example2: 2008¦server2:3560¦testuser¦testpassword

type
2003 / 2008
Server Type (OS)
server
hostname or ip-address
optional the RDP port can be specified by usig the server:port syntax
username
login username
password
login password
ADobjectExists
Returns TRUE if the configured Active Directory object exists.

Syntax: CN=username,CN=Users,DC=domain,DC=com
ADgroupContainsUser
Returns TRUE if the specified user is a member of the specified group.

Usage:
value-1 : logonname (example: user1)
value-2 : group path (example: CN=Users,DC=domain,DC=com)
Case Sensitive
When checked, string comparison operators will be case-sensitive.
Disable Verbose Logging
When checked, verbose logging will be disabled.

Documentation

Release notes