Examples of usage

The examples listed here use target IP address 192.0.2.1, controller computername testcontroller, userid newuser1 and password newuser100.

  1. The command below activates a guidance session between the target and the machine that the command is being issued from.
    wrc newuser1:newuser100 guidance @Endpoint:192.0.2.1
  2. Either of the commands below will activate an active session between the target and the machine that the command is being issued from.
    wrc newuser1:newuser100 rc @Endpoint:192.0.2.1 -S:A
    wrc newuser1:newuser100 active  @Endpoint:192.0.2.1 
  3. Either of the commands below will activate a monitor session between the target and controller testcontroller .
    wrc newuser1:newuser100 rc @Endpoint:192.0.2.1 @Endpoint:testcontroller -S:M
    wrc newuser1:newuser100 monitor @Endpoint:192.0.2.1 @Endpoint:testcontroller