- Activate Remote Apple Events in the Sharing preference pane on the machine you want to control (in my case, a Cube with IP address 192.168.1.2)
- From here on, you can either create an AppleScript from the AppleScript Editor, or, what I do, run the osascript utility from Terminal
- Enter the following script:
tell application "Finder" of machine "eppc://192.168.1.2"
sleep
end tell
By the way, this should also work in 10.1

