Skip to content

Instantly share code, notes, and snippets.

@joet3ch
Created March 11, 2013 23:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joet3ch/5139077 to your computer and use it in GitHub Desktop.
Save joet3ch/5139077 to your computer and use it in GitHub Desktop.
Shortcut to control a box via ARD
tell application "Remote Desktop"
activate
set server to first computer of computer list "All Computers" whose Internet address is "10.10.10.10"
control server
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment