Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • jamf-migrate-to-user-enrolled
  • jamf-migrate-to-prestage-enrolled

Both scripts will remove the existing MDM profile, then enroll the Mac in the destination Jamf.  As the names indicate, the end result is a user-enrolled Mac or a prestage-enrolled Mac.  
It doesn't matter if the Mac was originally prestage-enrolled or user-enrolled - both scripts can use the Jamf API to remove the MDM Profile on prestage-enrolled Macs when the profile is marked non-removable.

...


The script to migrate a Mac as prestage-enrolled requires that the Mac be reassigned to the destination Jamf first, ie in ASM/ABM.  The Mac must be assigned to a Prestage Enrollment in the destination or the script will exit with an error.

  • Add the script to the source Jamf
  • Add a policy to run the script
    • Parameter 4: Source Jamf server, for using the API to remove MDM
    • Parameter 5: Source Jamf api auth - "user:password" (without quotes) which has been base64-encoded
      • The API account must have permissions to permissions to Create/Read/Update Computers, Flush MDM Commands, and send the Computer Unmanage command
    • Parameter 6 (optional): Destination Jamf server, for using the API to check if the computer is assigned to a prestage
    • Parameter 7 (optional): Destination Jamf api auth - "user:password" (without quotes) which has been base64-encoded
      • The API account needs read-only access to computers and prestages only 

...