Skip to main content

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?

 

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!


Reply