Skip to main content
Question

Exporting Data from Management History

  • July 22, 2025
  • 1 reply
  • 45 views

Forum|alt.badge.img

What is the best way to export Management History and the "Inventory Update" log, given that we do not have JAMF Protect yet Instead of having to open each iPad entry and review its log individually, is there a way to export that data?

 

1 reply

Forum|alt.badge.img
  • Jamf Heroes
  • July 22, 2025

I’m not aware of an ‘easy’ way to do this from the Jamf Pro interface, but the data is accessible via the API.

There are a few different commands, e.g.
https://developer.jamf.com/jamf-pro/reference/findmobiledevicehistorybynamesubset

You’d probably want to start with a script that loops through a list of devices, and runs the mobiledevicehistory lookup on each one. Then the output would need a fair bit of formatting to make a nice report. So it’s possible, but would take a few hours of development!