Posted on 11-23-2017 01:51 AM
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
/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
Posted on 11-23-2017 02:28 AM
Have you had a look at SplashBuddy by the esteemed @ftiff ?
Posted on 11-23-2017 02:49 AM
Nice! will check that out. Looks like just what I need...
Cheers
Posted on 11-23-2017 07:22 AM
I'm currently using the jamfhelper in full screen mode which works, but like the idea of SpashBuddy and DEPNotify is investigating moving over.
Posted on 11-25-2017 05:31 PM
#!/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