Jamfhelper setup screen during enrolment

simon_brown
New Contributor III

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

4 REPLIES 4

dfarnworth_b
New Contributor III

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

simon_brown
New Contributor III

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

Cheers

Retrac
Contributor

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

MacSysAdmin
Contributor
#!/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