Microsoft Endpoint Manager (Intune)

This commit is contained in:
Søren Theilgaard
2022-03-14 10:19:47 +01:00
parent 69e4cdd216
commit 2d813bce80
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -56,7 +56,7 @@ case $LOGO in
if [[ -z $MDMProfileName ]]; then; MDMProfileName="MDM Profile"; fi if [[ -z $MDMProfileName ]]; then; MDMProfileName="MDM Profile"; fi
;; ;;
microsoft) microsoft)
# Microsoft Endpoint Manager (formerly known as Intune) # Microsoft Endpoint Manager (Intune)
LOGO="/Applications/Company Portal.app/Contents/Resources/AppIcon.icns" LOGO="/Applications/Company Portal.app/Contents/Resources/AppIcon.icns"
#if [[ -z $MDMProfileName ]]; then; MDMProfileName="MDM Profile"; fi #if [[ -z $MDMProfileName ]]; then; MDMProfileName="MDM Profile"; fi
;; ;;