Simple If Statement in Bash script
#!/bin/bash osVersion=$( sw_vers -productVersion ) if [ $osVersion = “10.14.5” ]; then echo “No upgraded needed.” else jamf policy -event […]
Simple If Statement in Bash script Read More - click »
#!/bin/bash osVersion=$( sw_vers -productVersion ) if [ $osVersion = “10.14.5” ]; then echo “No upgraded needed.” else jamf policy -event […]
Simple If Statement in Bash script Read More - click »
#!/bin/bash while [ $( pgrep TextEdit ) ] do echo Waiting for TextEdit to quit. sleep 2 done echo TextEdit
Simple While – wait for app to quit Read More - click »
NAME sw_vers – print macOS version information SYNOPSIS sw_vers sw_vers -productName sw_vers -productVersion sw_vers -buildVersion DESCRIPTION sw_vers prints macOS version
sw_vers – print macOS version information Read More - click »
#!/bin/sh ########## variable-ing ########## kextList=$(/usr/sbin/kextstat -l | /usr/bin/grep -v ‘com.apple’ | /usr/bin/awk ‘{print $6}’ | /usr/bin/sort) ########## main process ##########
3rd Party Kernel Extension – Jamf Extension Attribute Read More - click »
Display Hidden Files Shift, Command (and) Period
Hot Keys: Shift, Command + Period: Display Hidden Files Read More - click »
Deployment and mobile device management (MDM) introduce new features for iPhone, iPad, iPod touch, Apple TV devices and Mac computers.
Apple platform deployment guidance Read More - click »
On a test machine: 1. Install the Jamf Pro Tools 2. Run this command in terminal mkdir -p /tmp/folderlocation 2.
Copying files (scripts) locally off server for install Read More - click »
https://community.jamf.com/t5/jamf-pro/ldap-extension-attribute/td-p/138005
LDAP Extension Attribute Read More - click »