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.
Posted on 03-22-2023 10:02 AM
We're having a similar problem in our instance. By creating these config policies we've overwritten the notifications for the apps themselves.
Posted on 03-22-2023 10:14 AM
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..
Posted on 03-23-2023 07:36 AM
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?
03-28-2023 11:38 AM - edited 03-28-2023 11:43 AM
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.
Posted on 03-28-2023 11:46 AM
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
}
}
}
Posted on 03-28-2023 11:58 AM
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?
Posted on 03-28-2023 12:11 PM
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.
Posted on 03-28-2023 12:13 PM
Will this uninstall the application too?
Posted on 03-28-2023 12:17 PM
no. app stays. just updates are off.
Posted on 03-28-2023 12:24 PM
Thank you so much! You're my hero.
Posted on 03-28-2023 12:26 PM
beware the config profiles deployed by 'Jamf Mac Apps' some are ok.. others not so.. test.. scope small.. check.. review..
Posted on 03-28-2023 12:27 PM
Certainly learned that the hard way now. smh 🤦:male_sign: