#!/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" ];…
In this 9to5mac.com tutorial, you will see you how to run Windows 11 for ARM using VMware Fusion Player 13, an application that includes a free personal license option. The…
in bbedit for macos how can i remove all the lines in a file that have the sting "[StringToRemoveHere" In BBEdit for macOS, you can remove all lines containing a…
sudo log config --mode "level:debug" --subsystem com.apple.push_registrar That command sets the log level for the com.apple.push_registrar subsystem to "debug," which will provide detailed information about the APNs registration process. Restart…
How to disable the pop-up that shows up every time you first run a downloaded app on the latest macOS client machines; this strips the attribute sudo xattr -rd com.apple.quarantine…
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 script: An Apple script to check the 256 hash value, 512 hash value, and developer id, from a macintosh software folder named Ed_Software filled with software on the users…
macos bash script to list detailed user account option information in a csv table format that includes headings for: User id number, group, account name, full name, login shell, home…
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…