services.msc and find freeSSHDService. Modify it to run Automatic (might be default anyway?) and change its properties so it can't interact with desktop. (This will stop the tray icon from appearing).
powershell from cmd.exe - shell inside a shell!
net start freeSSHDService. If the program is run from the icon and then quit, this will stop the service again (which is a bit annoying).
C:\Program Files\FreeSSHD\ (or wherever it's installed). The service is run as System (an admin super-user) by default so it will still work properly... but you don't want non-admins from being able to manually run the program and disrupt things. This also means that remote logins are running with System rights, which is probably bad : it might be worth looking at how hard it is to use something better than basic password authentication (freesshd seems to support a bunch of methods).
Invoke-QaSshCmd computername command). So, it's likely that the 'boss' PC would run powershell, and the lab pcs run freeSSHD servers but utilise the standard cmd.exe prompt (they don't need local scripting).
-b switch can run a batch of commands (i.e.: login, change remotedir to log files, change localdir to storage, retrieve logfiles, disconnect).
| Topic RemoteControlOfMultipleWindowsPCs . { Edit | Attach | Ref-By | Printable | Diffs | r1.2 | > | r1.1 | More } |
|
Revision r1.2 - 10 Feb 2009 - 22:49 GMT - DavidMcKechnie Parents: WebHome > PacketRadio |
Copyright © 1999-2003 by the contributing authors.
All material on this collaboration platform is the property of the contributing authors. Ideas, requests, problems regarding TWiki? Send feedback. |