Introduction to Apple Siri "Welcome to 'Full Metal Mac's' deep dive into Siri, a digital voice assistant for Apple. At https://fullmetalmac.com/, we explore how Siri redefines interaction with your Mac,…
A script for macos that creates and names individual folders from a .txt file containing the list of names of these; place these dynamically named subfolders in the /Users/shared directory…
This will save caffeinate Manual page in Terminal to a file on the desktop "name_your_file.txt" man caffeinate | col -bx > ~/Desktop/name_your_file.txt
#!/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" ];…
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…
Rich Trouton just posted this article on Providing Jamf Pro computer inventory information via macOS configuration profile This made me think this could be leveraged to name a computer very…
This video shows how to make your iPhone speak when it gets connected to power This will show you how to speak the battery percentage https://ios.gadgethacks.com/how-to/make-your-iphone-speak-its-battery-level-every-time-you-start-stop-charging-0385040/
Use Apple Automator to automate opening webpages as follows, this can be programmed for (X) times or the time duration in the loop settings. Use this to test, test and…
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…