Skip to content

Instantly share code, notes, and snippets.

@rtrouton
Created December 21, 2018 20:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rtrouton/ab60ff5830c8e41d7233a389a6489282 to your computer and use it in GitHub Desktop.
Save rtrouton/ab60ff5830c8e41d7233a389a6489282 to your computer and use it in GitHub Desktop.
Output from running Jamf_Pro_Computer_Policy_Download.sh with a specified directory to store downloaded policies
computername:~ username$ /path/to/Jamf_Pro_Computer_Policy_Download.sh
Please enter your Jamf Pro server URL : https://jamfpro.server.here:8443
Please enter your Jamf Pro user account : jpadmin
Please enter the password for the jpadmin account:
Archiving previous policy download directory to /path/to/PolicyDownloadDirectoryArchive-20181221152703.zip
Successfully created /path/to/PolicyDownloadDirectoryArchive-20181221152703.zip
Successfully created new /path/to/downloaded_policies
Downloading macOS computer policies from https://jamfpro.server.here:8443...
Downloaded policy is named: Casper Online
Saving Casper Online.xml file to /path/to/downloaded_policies/Utility Scripts.
Downloading macOS computer policies from https://jamfpro.server.here:8443...
Downloaded policy is named: Disable Apple iCloud and Diagnostic pop-ups
Saving Disable Apple iCloud and Diagnostic pop-ups.xml file to /path/to/downloaded_policies/Utility Scripts.
Downloading macOS computer policies from https://jamfpro.server.here:8443...
Downloaded policy is named: Encrypt Macs
Saving Encrypt Macs.xml file to /path/to/downloaded_policies/Security.
Downloading macOS computer policies from https://jamfpro.server.here:8443...
Downloaded policy is named: Fix JAMF MDM certificate
Saving Fix JAMF MDM certificate.xml file to /path/to/downloaded_policies/Utility Scripts.
Downloading macOS computer policies from https://jamfpro.server.here:8443...
Downloaded policy is named: Microsoft Office 365
Saving Microsoft Office 365.xml file to /path/to/downloaded_policies/Microsoft.
Downloading macOS computer policies from https://jamfpro.server.here:8443...
Downloaded policy is named: Microsoft OneNote
Saving Microsoft OneNote.xml file to /path/to/downloaded_policies/Microsoft.
Downloading macOS computer policies from https://jamfpro.server.here:8443...
Downloaded policy is named: Microsoft Remote Desktop
Saving Microsoft Remote Desktop.xml file to /path/to/downloaded_policies/Remote Access.
Downloading macOS computer policies from https://jamfpro.server.here:8443...
Downloaded policy is named: Push Install VMware Tools
Saving Push Install VMware Tools.xml file to /path/to/downloaded_policies/VMware.
Downloading macOS computer policies from https://jamfpro.server.here:8443...
Downloaded policy is named: Rotate FileVault 2 recovery key
Saving Rotate FileVault 2 recovery key.xml file to /path/to/downloaded_policies/Security.
Downloading macOS computer policies from https://jamfpro.server.here:8443...
Downloaded policy is named: Slack
Saving Slack.xml file to /path/to/downloaded_policies/Communication.
Downloading macOS computer policies from https://jamfpro.server.here:8443...
Downloaded policy is named: Update Inventory
Saving Update Inventory.xml file to /path/to/downloaded_policies/Utility.
Downloading macOS computer policies from https://jamfpro.server.here:8443...
Downloaded policy is named: VMware Tools
Saving VMware Tools.xml file to /path/to/downloaded_policies/Virtualization.
computername:~ username$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment