Posts Tagged ‘Applescript
Add user to admin group with Applescript
Need a way for your team to easily make a network or local user an admin? Copy and paste the code below into Script Editor (Applescript Editor in 10.6) and save it as an application. This can be used before deploying a machine to the user, or after they’ve logged in.
(*
Add user to admin group
This [...]
Convert Local Account’s Home to AD account with Local Home
Here is a script that I use to convert a local home folder to be used by an Active Directory account. This script will rename the home folder first, then delete the local user account from NetInfo and rename the home folder back and change the permissions so the AD account can use the home [...]
Bind to Active Directory Applescript
There are several methods out there to automate binding to Active Directory including over Apple Remote Desktop, after a machine has been imaged using a login hook and a number of other methods.
We are just starting to move our Macs to AD. Most of the machines are already imaged and will need to be put [...]


