Skip to main content
Question

DEP goes well up until name change why?

  • February 28, 2018
  • 2 replies
  • 16 views

Forum|alt.badge.img+11

As you can see in my log DEP goes well via splash buddy then after the naming script runs jamf goes into looking for "network state change" and my next AD bind script does not run which is number 55 policy. See screen shot of my policy.

2 replies

Forum|alt.badge.img+13
  • Valued Contributor
  • March 1, 2018

There is a bug where the networkStateChange trigger will interrupt and basically "kill" the enrollmentComplete trigger, PI-004144.
I guess changing the hostname affects a file that the networkStateChange trigger is monitoring, thus firing the trigger.


Forum|alt.badge.img+12
  • Contributor
  • March 1, 2018

instead of doing all of them from the enrolment trigger why not set them to work off a different trigger then just make a simple enrolment policy that fires that trigger from a script, would that not fix the issue?