Skip to main content

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

Have you had a look at SplashBuddy by the esteemed @ftiff ?


Nice! will check that out. Looks like just what I need...

Cheers


I'm currently using the jamfhelper in full screen mode which works, but like the idea of SpashBuddy and DEPNotify is investigating moving over.


#!/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" &
#
reboot now

That should work although JAMF Helper has various difficulties.

I do have a feature request for Jamf to make something native for DEP Screens. Upvotes appreciated