Skip to main content
Question

Custom logo in jamf notifications

  • January 10, 2023
  • 5 replies
  • 35 views

rpayne
Forum|alt.badge.img+11

So this may be a stupid question. All of the notifications that come from jamf policies (patch management for example) always show with the default jamf icon. Where do you set a custom image?

5 replies

dan-snelson
Forum|alt.badge.img+28
  • Honored Contributor
  • January 11, 2023

Happy New Year, @rpayne!

My current understanding is that it's not possible.

The following may prove helpful:

https://snelson.us/2022/11/macos-notifications-via-swiftdialog-0-0-1/


Forum|alt.badge.img+1
  • New Contributor
  • August 16, 2024

Dear@dan-snelson,

I have followed your guide properly and it changes icon only for swiftDialog notification. My JAMF Management Notification icon is still same. If I install any custome policy package via self-service notification icon shows the same as jamf default.


jamf-42
Forum|alt.badge.img+17
  • Esteemed Contributor
  • August 16, 2024

Dear@dan-snelson,

I have followed your guide properly and it changes icon only for swiftDialog notification. My JAMF Management Notification icon is still same. If I install any custome policy package via self-service notification icon shows the same as jamf default.


Setting - Self Service - Branding


dan-snelson
Forum|alt.badge.img+28
  • Honored Contributor
  • August 16, 2024

Dear@dan-snelson,

I have followed your guide properly and it changes icon only for swiftDialog notification. My JAMF Management Notification icon is still same. If I install any custome policy package via self-service notification icon shows the same as jamf default.


Correct, @sam89, only swfitDialog-generated Notifications are custom-branded.

MA="/Library/Application\\ Support/JAMF/bin/Management\\ Action.app/Contents/MacOS/Management\\ Action" loggedInUser=$( echo "show State:/Users/ConsoleUser" | scutil | awk '/Name :/ { print $3 }' ) title="Title goes here" subtitle="Subtitle goes here" message="Message goes here" /usr/bin/su \\- "${loggedInUser}" -c "${MA} -title \\"${title}\\" -subtitle \\"${subtitle}\\" -message \\"${message}\\""

 


dan-snelson
Forum|alt.badge.img+28
  • Honored Contributor
  • August 16, 2024

Correct, @sam89, only swfitDialog-generated Notifications are custom-branded.

MA="/Library/Application\\ Support/JAMF/bin/Management\\ Action.app/Contents/MacOS/Management\\ Action" loggedInUser=$( echo "show State:/Users/ConsoleUser" | scutil | awk '/Name :/ { print $3 }' ) title="Title goes here" subtitle="Subtitle goes here" message="Message goes here" /usr/bin/su \\- "${loggedInUser}" -c "${MA} -title \\"${title}\\" -subtitle \\"${subtitle}\\" -message \\"${message}\\""