Posted on 08-30-2023 03:02 PM
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.
Solved! Go to Solution.
Posted on 08-30-2023 03:14 PM
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"
Posted on 08-30-2023 03:14 PM
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"
Posted on 08-31-2023 09:47 AM
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.
Posted on 08-31-2023 11:33 AM
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.