jamf / ReEnroller

Migrate macOS devices from one Jamf Server to another.
MIT License
104 stars 11 forks source link

Clarification question ... #4

Closed captam3rica closed 3 years ago

captam3rica commented 3 years ago

I see in the code that the profiles renew -type enrollment command is used during the process. Is Automated Device Enrollment through ABM with this command attempted first and then fall back to a manual "UIE" enrollment if the Mac is not currently in ABM?

If the above is the case, does the important note in the README still apply for ABM machines enrolled with the profiles command via ABM, or even then, will the end-user be required to manually approve the enrollment profile within System Preferences?

BIG-RAT commented 3 years ago

The profiles renew... command is used just to kick off the the notification nag regarding device enrollment for devices in ABM. It's up to the user to click and go through the process of automated device enrollment, overriding the MDM profile installed (pre Big Sur) as part of the re-enrollment process. For Big Sur the user must initiate the profile installation whether the device is in ABM or not.

Hope that helps.

captam3rica commented 3 years ago

Nope that's perfect! Thanks!