Posted on 10-04-2022 01:00 PM
Testing out the Jamf App Installer User Notification settings configuration profiles with the recommended setting:
Best Practice: Jamf recommends choosing Persistent from the Banner alert type pop-up menu. You may c...
While we would like update notifications only to be Persistent, we found that ALL notifications are Persistent.
eg. Slack messages stayed on the screen, which is not desired.
Can Jamf separate user notifications and just target update notifications?
Posted on 12-07-2022 12:41 PM
I see no replies to this. We are having the same trouble. This is not a good user experience.
Wednesday
We're having a similar problem in our instance. By creating these config policies we've overwritten the notifications for the apps themselves.
Wednesday
had this recently.. with Slack.. JAMF sets this to an Alert.. and I made my pilot users very happy 🤣
I questioned this with support and the answer is to remove the JAMF config profiles deployed by Jamf app installer and roll you own. For Slack we already had a config profile... so not a huge issue, but your correct, some apps use notifications as part of the app.. so we should have a more granular control.. like being able to edit the config profile.. a bit more work.. as for some, you need to take the App installer config profile.. rework it and deploy via custom payload..
Thursday
I concur. This is maddening, and can't believe this feature made it out of internal beta testing. I have users complaining about everything from Slack to Outlook to Adobe Reader. Terrible approach to notifying users about updates. Like why couldn't they have leveraged Self Service notifications for this?
yesterday - last edited yesterday
Has anyone figured out a way to remove the App Installers - Slack config profile that is deployed via the Mac App record for Slack? Unchecking the box on "Install supporting configuration profiles" has not removed that from users' workstations.
yesterday
add this schema.. set how desired.. push
{
"title": "Slack (com.tinyspeck.slackmacgap)",
"description": "Slack settings",
"properties": {
"SlackNoAutoUpdates": {
"type": "boolean",
"title": "Disable Automatic Updates",
"default": false,
"description": "When true, disables Slack's built-in automatic update mechanism. Useful if you update Slack using a tool like Munki.",
"links": [
{
"rel": "More information",
"href": "https://slack.com/help/articles/360035635174-Deploy-Slack-for-macOS"
}
],
"property_order": 5
},
"SlackDefaultSignInWorkspace": {
"type": "string",
"title": "Default Workspace",
"description": "Sets the default workspace for Slack sign-ins.",
"links": [
{
"rel": "More information",
"href": "https://slack.com/help/articles/360041725993-Share-a-default-sign-in-file-with-members"
}
],
"property_order": 10
}
}
}
yesterday
Thanks! This worked to deploy, but didn't remove the "App Installers - Slack" and therefore has still locked the Notification settings for Slack. Any thoughts?
yesterday
stop the app deploy. check management history on devices. you should see the APP Slack config "pulled". depending on scope size etc.. wait till they are all cleared (you can make a smart group if req) . push config profile to all again. just in case.. that config profile now sets Slack prefs.
yesterday
Will this uninstall the application too?
yesterday
no. app stays. just updates are off.
yesterday
Thank you so much! You're my hero.
yesterday
beware the config profiles deployed by 'Jamf Mac Apps' some are ok.. others not so.. test.. scope small.. check.. review..
yesterday
Certainly learned that the hard way now. smh 🤦:male_sign: