Ever Try Logging in an Entire Lab Full of Kindergartners?
I found this little gem at macosxhints.com that I think might prove useful to many TISs. Let's say you have a lab full of learners and they only need access to the web but don't plan to save any documents. For example, a teacher wants a group of students to visit the Ticket To Read site so she/he runs frantically from one machine to the next logging students in.
Using Apple Remote Desktop, send the following UNIX Command to as many machines as you like to log them in. I suggest sending the command as the user you are logging in as. Note that this will only work if the machine is currently at the login screen.
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 and PASSWORD with the proper values, of course...
Test Poll- Favorite Old School Educational Title
Teacher Pages Manual Available
Step by Step SYNC Station Installs
Installing HP1100 Network Printers
Project Form
Control PCs via ARD and AppleScript
Web Masters! Your Help is Needed!