Skip to main content
Question

DEP with Active Directory Binding

  • August 7, 2017
  • 2 replies
  • 11 views

Forum|alt.badge.img+2

I'm trying to setup DEP along with an Active Directory Binding at enrollment once an employee authenticates with their username and password to perform the following:

  1. Create a mobile / admin account at first log in
  2. Name the computer using the newly the created account username

I've tried setting up both a PreStage Enrollment and Configuration Profile with the mobile account option checked along with the $USERNAME entered in the client ID field with no luck.

Someone suggested I make a policy after enrollment with the a binding trigger at Login but that option does not create a mobile account and cannot set the client ID name from the user that just logged in.

Any help would be greatly appreciated.

2 replies

Forum|alt.badge.img+3
  • New Contributor
  • August 8, 2017

I made 1 enrollment script that would trigger after 'enrollment'. In this script i defined the order for the set computer name and after that the binding, wich are other policies in Jamf.

Hope this helps


Forum|alt.badge.img+2
  • Author
  • New Contributor
  • August 8, 2017

@simonelberts

Thanks, I'm going to try that. After enrollment, run scripts which: set computer name and then create mobile account per:

https://www.jamf.com/jamf-nation/discussions/20141/setting-create-mobile-account-at-login

Appreciate the help.