Am 22.04.2010 um 08:25 schrieb Trent Anderson:

I use a service I created with Automator to kick off a script on a selected computer. This script restarts the computer. When I was running 10.5.x on the client machines as soon as the client disconnected to restart the service would finish successfully. Now I am running 10.6 on the client machines and when the client machines restart the ARD service keeps running waiting for some sort of reply.

Does it work using ssh?

ssh <remote machine> osascript <<EOF
    tell application "System Events" to restart
EOF

or even

ssh <remote machine> reboot


Markus

- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/




_______________________________________________
MacOSX-admin mailing list
[email protected]
http://www.omnigroup.com/mailman/listinfo/macosx-admin

Reply via email to