JAMF nation
I will be assigning our Mac devices to the various sites specified in our JSS.
We then have a script to name the machine. A dedicated script will be run for machines under each site. I then need to have these machines bind themselves to our AD domain.
I'd be most grateful with help achieving the following:
- A script to bind machines to Active Directory. The script will be cloned and scoped respective to their site designation.
The script needs to enable me to set the following variables:
Create mobile account at login
- Specify a preferred domain serve (via IP address)
- Allow administration by- groupA, userB
- Allow authentication from any domain in the forest
- Use UNC path from Active Directory to derive network from home location
- Network protocol to be used: smb
- Default user shell: /bin/bash
Any help with this would be amazing!! Many thank yous in advanced.