This Shell Script will parse a locally saved Jamf Summary Report, Jamf Pro Server Summary Tool 3.3 2022 - JSS 10.40.0 By Sam Fortuna & Nick Anderson & Tyrone Luedtke…
Dan K Nelson has posted a detailed process of gauging and tuning the performance of Jamf Pro Extension attributes. Link here: https://snelson.us/2022/11/ea-audit/
This python script will collect Jamf Software data from this source and save it to a csv file in /Users/shared. This Python script uses the requests library to get data…
A Jamf Pro extension attribute that determines the apache version and whether it is active state https://gist.github.com/patent-ed/76492c101a1219f5cc8e729b397e3360
A profile that will leverage Apple's new Privacy Preference Policy Control (PPPC) payload to allow the Jamf framework to communicate with three main apps and services used that leverage AppleEvents…
#!/bin/bash ### Note the hardcoded "JamfSign" certificate name # Source and destination folders SOURCE_FOLDER="~/Desktop/source" DESTINATION_FOLDER="~/Desktop/destination" # Check if the source and destination folders exist if [ ! -d "$SOURCE_FOLDER" ];…
a jamf pro bash script that utilizes script options and subsequent parameter labels to call out the ip and tab to hostname for adding custom entries to the macos client…
This article will assist you in enabling Debug Mode for several Jamf products, as well as where to view logs from your Apple devices so that you can troubleshoot on…
sudo touch /var/db/MDM_EnableDebug In macOS 10.12 you can configure the logging subsystem via a configuration profile (as above) or by using the log utility like so: sudo log config --subsystem…