Another option is running multiple calls to jamfHelper for each install
process. Then just add this at the end of the script when you want
jamfHelper to quit. It will quit them all. killAll jamfHelper
Have you tried to delete the enrollment policy log for these machines
then running? sudo jamf policy -event enrollmentComplete If that doesn’t
work you can wipe the Setup Assistant completion with sudo rm
/var/db/.AppleSetupDone then reboot and it wi...
@JayD I’m not sure how to do the uninstall itself, but to write that you
just delete those 4 variables and write the script how you want. When
you’re done just click on a different part of the pkg and it’ll ask if
you want to save it.
This is what I use as a template when I want to set different things
depending if it's a macbook or not... # Detects if this Mac is a laptop
or not by checking the model ID for the word "Book" in the name.
IS_LAPTOP=$(/usr/sbin/system_profiler SPHard...