Retrieving Existing Scripts From JAMF Server

jameshwesson
New Contributor II

Are there any tools for retrieving and downloading existing scripts that are currently stored on the JAMF server? 

3 REPLIES 3

jamf-42
Valued Contributor II

use https://github.com/jamf/JamfMigrator and set it to export only.. 

stevewood
Honored Contributor II
Honored Contributor II

Easiest method is to use the API, and good ole Rich Trouton has a script for that. Run this from your machine since you will be storing credentials. Just edit the download directory, the URL, user, pass, and you should be good.

 

https://github.com/rtrouton/rtrouton_scripts/blob/main/rtrouton_scripts/Casper_Scripts/Jamf_Pro_Comp... 

jameshwesson
New Contributor II

Thank you so much Steve.