Force Update Google Chrome

Quick script to force update Google Chrome curl -L https://dl.google.com/dl/chrome/mac/universal/stable/gcem/GoogleChrome.pkg -o /tmp/GoogleChrome.pkg && installer -pkg /tmp/GoogleChrome.pkg -target / -verbose Link: https://community.jamf.com/t5/jamf-pro/google-chrome-force-update-patch/m-p/211412

Jamf find Monterey Compatible Macs with regex

William Smith (talkingmoose) posted some helpful logic to search for Monterey Compatible Macs with regex in Jamf Pro http://talkingmoose.net/ | https://github.com/talkingmoose 1. Set of regex (^Mac13|MacBook(10|9)|MacBookAir(10|[7-9])|Macmini[7-9]|MacPro[6-7]|iMacPro1|iMac(1[6-9]|2[0-2])),\d|MacBookPro1(1,[45]|[2-8],\d) 2. Set of regex…