Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.07 KB

README.md

File metadata and controls

37 lines (27 loc) · 1.07 KB

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