Skip to main content
Question

Jamfhelper setup screen during enrolment

  • November 23, 2017
  • 4 replies
  • 16 views

Forum|alt.badge.img+6

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

Forum|alt.badge.img+8
  • Contributor
  • November 23, 2017

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


Forum|alt.badge.img+6
  • Author
  • Contributor
  • November 23, 2017

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

Cheers


Forum|alt.badge.img+7
  • Contributor
  • November 23, 2017

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


Forum|alt.badge.img+10
  • Contributor
  • November 26, 2017
#!/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