Tag Archives: Active Directory

Change Directory Service Search Paths Using ARD

Part of my post imaging process requires me to manually adjust the custom authentication search policy in Directory Utility. Since all of my users and groups live in Active Directory, we want the machine to look first in AD for a user when they enter their log in credentials by having a custom search policy for authentication where AD is above LDAP. I’ve always wanted a way to either script this out, or use ARD to send a command to do this, instead of manually logging in to each machine after it’s been restored and adjusting this via drag and drop.

When I started using DeployStudio a few years ago, I was hopeful this would find its way in to their AD Bind task. Since I’m still waiting for this to happen, I decided I would beat them to it. (more…)

Read More

Transfer local Active Directory User Folders to New Machine

sudo ditto –rsrc –acl path/to/old/machine/Users/ path/to/new/machine/Users/ That will do it. The Long Story: All my Macs are joined to Active Directory.  Most are common area machines (labs, kiosks, etc) but a few have one or a handful of regular users of those machines. I needed to upgrade them to new machines, and transfer their accounts […]

Read More