Export all scripts, proflles and more from Jamf Pro
This script allows you to export all the macOS scripts and configuration profiles from a JAMF Pro server. Scripts are saved with their file extensions and profiles as .mobileconfig files on your local system.
pip install -r requirements.txt
- unopass: https://github.com/amadotejada/unopass
- Configure unopass
- Fork or download this project
- Run it from the command line:
python jamf_profiles_exporter.py
- Scripts are downloaded in:
./exported_jamf_scripts
- Profiles are downloaded in:
./exported_jamf_profiles
When this tool exports from Jamf, it also includes any secrets that were part of that script, profile. Make sure to review and remove any secrets before next steps.
- Add support for exporting printers
- Add support for exporting iOS configuration profiles
Jamf Exporter is released under the MIT License