Hi,
I want to display a fullscreen window with jamfhelper during enrolment (using the script below) letting the user know the Mac is being set up. Once the policies have run, should then restart the Mac automatically. Any ideas how I can do this? not good with scripting!
Cheers
Simon
!/bin/sh
/Library/Application Support/JAMF/bin/jamfHelper.app/Contents/MacOS/jamfHelper -windowType fs -heading "Your Mac is being enrolled" -description "Please do not turn this computer off
It will restart once installation has completed" &
exit 0