Posted on 03-26-2014 10:28 AM
Not a particularly critical issue, but it's quite annoying that the 'User Interaction' dialog box is not centred when warning users of software installing during logout/login.
Am I missing something silly?
Thanks :)
Posted on 03-26-2014 10:30 AM
I believe this is expected behavior. If you are using 9 and the management action application then the app needs to be trusted by the security pref pane to show up as a standard notification message.
Posted on 03-26-2014 10:49 AM
Thanks Jason,
I don't really understand what you mean about the pref pane though. Do you mean gatekeeper settings?
Posted on 03-26-2014 11:00 AM
@Winton, sorry I meant the Notifications pref pane. external image link
Posted on 03-26-2014 11:09 AM
@jhbush1973 Amazing.
How do i get it in there then? I thought thinks only appear in notification centre after being prompted for a decision?
Posted on 03-26-2014 11:43 AM
@Winton I believe sending a policy complete message will get it into Notifications. I sent a blank message using this script to get into all machines.
#!/bin/bash
#JAMF Management Action Template
/Library/Application Support/JAMF/bin/Management Action.app/Contents/MacOS/Management Action -title "$6" -subtitle "$7" -message "$8"
exit 0