Skip to content
Leslie Helou edited this page Jan 16, 2018 · 6 revisions

Jamf Migrator

Whether you want to move objects from a Dev/QA environment to a Production server or want a clean start on a new server, Jamf Migrator allows you to selectively move objects.

The application utilizes the Jamf Pro API (https://your.jamf.server:port/api) to move/update objects between servers. The source server requires an account with read only permissions on all objects where the destination server requires an account with create/read/update/delete on all objects.

If you're interested in learning about working with the Jamf Pro API I encourage you to visit: https://developer.jamf.com


Suggested migration order

General:

  • sites
  • userextensionattributes
  • ldapservers
  • users
  • buildings
  • departments
  • categories
  • jamfusers
  • jamfgroups
  • network segments
  • advancedusersearches
  • usergroups

macOS:

  • distributionpoints
  • directory bindings
  • dockitems
  • computers
  • softwareupdateservers
  • netbootservers
  • computerextensionattributes
  • advancedcomputersearches
  • scripts
  • computergroups
  • osxconfigurationprofiles
  • packages
  • printers
  • computer configurations
  • policies

iOS:

  • mobiledeviceextensionattributes
  • mobiledevices
  • mobiledevicegroups
  • advancedmobiledevicesearches
  • mobiledeviceconfigurationprofiles

Things to work on

Patch
UAPI Integration
Customizable application preferences
Keychain Integration (saving account credentials)

Clone this wiki locally