Ulriks Jamf 400 snippets

Cart 01
Cart 02
Cart 03 Pro
Cart A04 Pro
CartPro
Cart Pro
CartPro (Cart)
AO-2020-11-02 12545
AO-2019-May-10 43742
AO-202b-dec-25 12355
AO-2020-Nov-16 123456
AO-2020-Nov-03 12345
AO-2018-Aug-12 12340

Debug text function

#!/bin/zsh --no-rcs

outputMessage(){
	message=$1 
	/Library/Application\ Support/JAMF/bin/jamfHelper.app/Contents/MacOS/jamfHelper -windowType hud -description "$message" -title "Debug Info"
}

outputMessage "This is working fine"

Regex checks