diff --git a/Installomator.sh b/Installomator.sh index bbccd87..3f64473 100755 --- a/Installomator.sh +++ b/Installomator.sh @@ -80,6 +80,7 @@ LOGO=appstore # - mosyleb Mosyle Business # - mosylem Mosyle Manager (Education) # - addigy Addigy +# - microsoft Microsoft Endpoint Manager (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). @@ -4831,6 +4832,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 (Intune) + LOGO="/Library/Intune/Microsoft Intune Agent.app/Contents/Resources/AppIcon.icns" + if [[ -z $MDMProfileName ]]; then; MDMProfileName="Management Profile"; fi + ;; esac if [[ ! -a "${LOGO}" ]]; then if [[ $(sw_vers -buildVersion) > "19" ]]; then diff --git a/fragments/version.sh b/fragments/version.sh index 28a2186..c1d513b 100644 --- a/fragments/version.sh +++ b/fragments/version.sh @@ -1 +1 @@ -9.1 +9.2beta