Hey JamfNation
I am having trouble getting jamfhelper to run full screen during DEP enrollment. What I would like to do is have jamfhelper launch full screen right after the setting up your system dialog closes and it goes to a login screen. I have added the following code to a script that runs
/Library/Application Support/JAMF/bin/jamfHelper.app/Contents/MacOS/jamfHelper -windowType fs -heading "This computer is currently installing software" -icon /Library/Application Support/JAMF/bin/jamfHelper.app/Contents/Resources/CasperImaging.png -description "Please do not turn this computer off
It will restart once installation has completed" &
this command works perfectly when run from terminal when logged in but does not fire when I run it from my script. Any thoughts as to why?

