Novell Home

Quick Start Remote Control Without using ConsoleOne

Novell Cool Solutions: Tip
By Wouter Mignon

Rate This Page

Reader Rating  stars  from 6 ratings

Digg This - Slashdot This

Posted: 22 Mar 2007
 

ENVIRONMENT:
Windows workstation, ZENworks Desktop management. You'll also need a flat OU with all the workstations in your organisation.

If you love using Windows "START,RUN..." or if you want to make starting a remote control or view session easy for your support guys this might be something for you. It's not rocket sience but it made remote workstation management a lot easier and fun. Just put two batch files in your path (copy them over with ZENworks of course...). I've included two batch files rc.bat and rv.bat. Put these on your workstations and you'll be able to type "RC workstationname" or "RV workstationname" in the START, RUN... dialogue.

Example

Put this in rc.bat:

@echo off
start c:\novell\ConsoleOne\1.2\bin\zen\RcLaunch\RCConsole.exe -c"Remote Control" -a"%1" -t"0" -s"2" -w"%1.WORKSTATIONS.YOURORG" -n"YOURTREE"

Put this in rv.bat:

@echo off
start c:\novell\ConsoleOne\1.2\bin\zen\RcLaunch\RCConsole.exe  -c"Remote View" -a"%1" -t"0" -s"2" -w"%1.WORKSTATIONS.YOURORG" -n"YOURTREE"

You could also start RCConsole directly from the server so you don't need a ConsoleOne installation on the workstation you want to RC/RV from.

If you have any questions you may contact Wouter at wouter.mignonTAKETHISOUT@khleuven.be

Reader Comments

  • Good tip, I always remote control this way, see http://www.novell.com/coolsolutions/tip/16680.html Adam :-)
  • If you want to run it as an Application use the following AutoIt Script, Change the Serverpath and Context and compile it. Really nice for Helpdesk staff:
    $answer = InputBox("RemoteControl", "Please insert Workstatin Name:", "", "") $control = '\\Serverpath\Consoleone\bin\zen\RcLaunch\RCConsole.exe -c"Remote Control" -a"' & $answer & '" -t"0" -s"2" -w"' & $answer & '.WORKSTATION.YOURORG" -n"YOURTREE"' Run($control)

Novell Cool Solutions (corporate web communities) are produced by WebWise Solutions. www.webwiseone.com

Novell® Making IT Work As One

© 2009 Novell, Inc. All Rights Reserved.