Hey everyone,
I'm trying to mass login into 30 machines via Casper or ARD. The machines are sitting at the login window waiting for a username and password.
I'm currently trying this, but it never logs in. Can someone help me with this?
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'
Thank you all very much.

