- Open the Terminal Application
- Type in
sudo -iand type in your Mac Administrator account password.sudogives you root level or administrator level privileges.
dsconfigad -f -r -u `
Note: <username> needs to be replaced with domain administrator who has binding/unbinding rights.
<computer-name> --> replace this with the computer name you want to bind to Active Directory
<username> --> needs to be replaced with domain administrator who has binding/unbinding rights.
<domain> --> replace with domain you want to join.
dsconfigad -a -u -ou "CN=Computers,DC=network,DC=pcpc,DC=org" -domain -mobile enable -mobileconfirm enable -localhome enable -useuncpath enable -groups "Domain Admins,Enterprise Admins" -alldomains enable
<computer-name> --> replace this with the computer name you want to bind to Active Directory
<username> --> needs to be replaced with domain administrator who has binding/unbinding rights.
<domain> --> replace with domain you want to join.
dsconfigad -a -u -ou "CN=Computers,DC=network,DC=pcpc,DC=org" -domain -localhome enable -useuncpath enable -groups "Domain Admins,Enterprise Admins" -alldomains enable

A related guide Using advanced Active Directory options in a configuration profile