Purpose: I want to name the iPads to the users real name.I have "Enforce
Mobile Device Names" checked in prestage. I run an API script which
changes the iPads name in JAMF. The mobile command is sent to the iPad
and the name is changed locally on the...
Has anyone experienced WiFi taking precedence over Ethernet in macOS
10.14.5? We've seen that although the Mac is connected on Ethernet; set
first in service order - the Mac uses the WiFi . This causes a lot of
problems during enrolment in our case. ...
Hi,my client forgot to check the "Prevent Unenrollment" checkbox in the
Pre-stage enrolment.They enrolled 300+ iOS devices until they spotted
the mistake. Is it possible to prevent previously enrolled iOS devices
from Unenrolling?
This script will completely remove Trend Micro security from the MacWe
saw that the official uninstaller didn't completely remove all
components.Newer versions might work but this script works for us
anyway. #!/bin/sh # Copyright: EVRY # Filename: Un...
When replicating packages from our JAMF Pro 10 cloud instance to a local
Distribution Point more often than not the packages will break.
Downloading the (replicated) package manually from the DP and trying to
install it manually won't work. The insta...
Then you can purge the FMM tokens from NVRAM: !/bin/bash /usr/sbin/nvram
-d fmm-mobileme-token-FMMecho "FMM Tokens Purged"exit 0 N.B. It will
require a restart for changes to take effect.
@DBrowning You can create an extension attribute which shows which Macs
have "Find My" turned on. !/bin/bash Check if "Find My Mac" is enabled
if nvram -xp | grep 'fmm-mobileme-token-FMM' > /dev/null
2>&1; then FindMyMac="Enabled" else FindMyMac="Dis...
We have the same problem.Seemingly random iPads wouldn't enroll.We
narrowed it down to a user > scoping > particular app. When that
particular app is scope for that iPad - the enrollment will fail.Its
"fairly" easy to see the possible candidates by g...