Skip to content

Export all scripts, proflles and more from Jamf Pro

License

Notifications You must be signed in to change notification settings

amadotejada/jamf-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jamf Exporter

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.

Requirements

Usage

  1. Configure unopass
  2. Fork or download this project
  3. 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

Security

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.

TODO

  • Add support for exporting printers
  • Add support for exporting iOS configuration profiles

Licence

Jamf Exporter is released under the MIT License