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…
This is fantastic, a GUI tool to help manage security (macOS Security Compliance Project) baselines... thank you, thank you, thank you Link: https://trusted.jamf.com/docs/establishing-compliance-baselines https://support.apple.com/guide/sccc/macos-security-compliance-project-sccc22685bb2/web
Bob Gendler one of the macOS Security Compliance Project (mSCP) Authors has posted some (FANTASTIC) scripts that will help integrate your mSCP project into a jamf instance. This will help…
This is a great Application Removal script (Remove Application.sh) Graham Pugh has posted to Github here: https://gist.github.com/grahampugh/97cd9c3de8f4690a9dc242f74c3211a9
use -event or -trigger for "Custom Event", or -id for Policy ID#. Jamf policy -id XXXX sudo jamf policy -id 52 -verbose 52 is an example here Link https://community.jamf.com/t5/jamf-pro/trigger-policy-from-command-line/m-p/129879 Remote…
Deployment and mobile device management (MDM) introduce new features for iPhone, iPad, iPod touch, Apple TV devices and Mac computers. These updates, detailed below, include the following operating systems: https://support.apple.com/en-gb/guide/deployment/dep950aed53e/1/web/1.0
On a test machine: 1. Install the Jamf Pro Tools 2. Run this command in terminal mkdir -p /tmp/folderlocation 2. Drag the file.pkg and config.json files to /tmp/folderlocation 3. Open…
Software Update History information system_profiler SPInstallHistoryDataType | grep -B 1 -A 4 -E '(macOS|Security).*Update\s?(\d+-\d+)?:' Pipe to a file system_profiler SPInstallHistoryDataType | grep -B 1 -A 4 -E '(macOS|Security).*Update\s?(\d+-\d+)?:' | grep…