Notification for user to run a Self Service app

barrycuda
New Contributor II

We have Microsoft Intune configuration configured for device compliance. There is an app in SelfService for them to Register with the Company portal.

What I would like is a prompt or notification to the user that they need to register and if they don't it nags them again.

1 ACCEPTED SOLUTION

jamf-42
Valued Contributor II

use this and scope as required in a policy etc. 

/Library/Application\ Support/JAMF/bin/Management\ Action.app/Contents/MacOS/Management\ Action -message "YOUR MESSAGE HERE" 

View solution in original post

3 REPLIES 3

jamf-42
Valued Contributor II

use this and scope as required in a policy etc. 

/Library/Application\ Support/JAMF/bin/Management\ Action.app/Contents/MacOS/Management\ Action -message "YOUR MESSAGE HERE" 

barrycuda
New Contributor II

At first I would say that it did not work but I realized that I had to expand the notification center up by the clock to see these.  Don't know if there is a way to make Notification Center show these without me expanding them.  

jamf-42
Valued Contributor II

if you want to something more obvious / bespoke.. look at https://github.com/swiftDialog/swiftDialog 

this can do just about anything you like, but will take engineering time.