Microsoft Endpoint Manager (Intune) added for LOGO

This commit is contained in:
Søren Theilgaard
2022-03-14 10:18:58 +01:00
parent 54070273bc
commit 69e4cdd216
2 changed files with 6 additions and 0 deletions

View File

@@ -80,6 +80,7 @@ LOGO=appstore
# - mosyleb Mosyle Business
# - mosylem Mosyle Manager (Education)
# - addigy Addigy
# - microsoft Microsoft Endpoint Manager (formerly known as Intune)
# path can also be set in the command call, and if file exists, it will be used.
# Like 'LOGO="/System/Applications/App\ Store.app/Contents/Resources/AppIcon.icns"'
# (spaces have to be escaped).

View File

@@ -55,6 +55,11 @@ case $LOGO in
LOGO="/Library/Addigy/macmanage/MacManage.app/Contents/Resources/atom.icns"
if [[ -z $MDMProfileName ]]; then; MDMProfileName="MDM Profile"; fi
;;
microsoft)
# Microsoft Endpoint Manager (formerly known as Intune)
LOGO="/Applications/Company Portal.app/Contents/Resources/AppIcon.icns"
#if [[ -z $MDMProfileName ]]; then; MDMProfileName="MDM Profile"; fi
;;
esac
if [[ ! -a "${LOGO}" ]]; then
if [[ $(sw_vers -buildVersion) > "19" ]]; then