Prior to OS X 10.11 I was able to launch Self Service when a DEP based enrollment completed. Version 9.82 of the JSS fixed the issue with DEP enrollments with OS X El Capitan which is great, but is there a way to have Self Service launch for the first time when enrollment completes? I do have Self Service installed in the Dock but launching it automatically creates a good first time user experience.
Page 1 / 1
@davehale -- Dave, you ever find out how to do this? I'd like to do so as well. Perhaps also launch safari to a specific "welcome to your new mac" website...
Can't you just have it called as a once only event on a recurring trigger? Something like
#!/bin/bash
osascript <<AppleScript
tell application "/Applications/Self Service.app/" to activate
AppleScript
It would require someone to be logged in of course.
I have a policy scoped to my prestage group set upon enrollment to run 'open -a "/Applications/Self Service.app"'
Thanks. Also found that using Applescript, could launch Safari and the website I needed. Though it doesn't make Safari pop up so the user sees it -- just running in the background.
-dan
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.