Thread-topic: Here are some useful ARD CLI commands to use......
Everyone,
Thought I would send this hint and link.....some useful commands expecially one that I have been looking for.....I wanted to login a lab of machines all at once instead of having to login to each one individually.....I never seen this mentioned anywhere and thought I would share it.....great for testing!!
Send the following out using ARD as a unix command with root running it:
osascript -e 'tell application "System Events" to keystroke "LOGIN_NAME"'; \
osascript -e 'tell application "System Events" to keystroke tab'; \
osascript -e 'tell application "System Events" to delay 0.5'; \
osascript -e 'tell application "System Events" to keystroke "PASSWORDHERE"'; \
osascript -e 'tell application "System Events" to delay 0.5'; \
osascript -e 'tell application "System Events" to keystroke return'
Replace LOGIN_NAME with Username of the account you want to login and replace PASSWORDHERE with the password of that user. All machines will login as that user....Great!
Thanks to this website for the helpful hint....http://homepage.mac.com/applesd/page2/page1/page0/index.html
Hope this helps some people,
Dan
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Client-management mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/client-management/email@hidden
This email sent to email@hidden