Posted on November 16, 2008 at 9:19 pm
With the script below it can offer you the ability to bind your computer to Active Directory and Open Directory. You can also use this script with Remote Desktop. This can be helpful if you wish to add a number of computers to AD/OD. To do this simply select the computers you wish to bind [...]
Posted on November 16, 2008 at 9:16 pm
This script below can be handy when you would like to log in several computers remotely. By using apple remote desktop you can use the script below on several computers. This script simply does the required keystrokes need to login. ———SCRIPT———– osascript -e ‘tell application “System Events”‘ -e ‘keystroke “USERNAME”‘ -e ‘keystroke tab’ -e ‘delay [...]
Posted on November 16, 2008 at 9:15 pm
This script can be helpful if you want to change multiple computers to boot into windows. This could normally be done with apple remote desktop but because it cannot see windows drives, this script can help. ————SCRIPT————– /usr/sbin/bless –mount BootVolume –setBoot –legacy –nextonly ———-SCRIPT END———–