I had to specifically enable the Gmail permission set in Google OAuth to
get this working Documentation can be found in the following resources:
SMTP Server Integration Preparing Google Workspace for Jamf Pro SMTP
Integration
@dpwlg use the following EA (name it FindMyMac Status):
fmmToken=$(/usr/sbin/nvram -x -p | /usr/bin/grep fmm-mobileme-token-FMM)
if [ -z "$fmmToken" ]; then echo "Disabled" else echo
"Enabled" fi Create a Smart Group:name: FindMyMac
Enabled(criteria)...
Thanks that worked!@dan-snelson Do you know of a way to invoke and run
this from a Standard User account as well? I would block access to it
within Self Service by way of limited access logins.