Intune Company Portal 1.7 released for macOS

Microsoft have released Intune Company Portal 1.7 for macOS.

This version of Company portal allows for installation of Line of Business (LoB) apps for macOS from within company portal.

2018-07-31_14-58-18

https://microsoftintune.uservoice.com/forums/291681-ideas/suggestions/34222831-enterprise-applications-in-mac-os-company-portal-a?tracking_code=d8e619cc83a99e422a7b3fd57e75879a

1 Like

Hi @daniil_michine

Is there a way in Intune to push .SH file ?

I have couple of enterprise softwares which need few additional script/commands to be pushed when installing apps.
For e.g:
hdiutil attach confer_installer_mac-3.1.1.64.dmg
cp -avf “/Volumes/CbDefense-3.1.1.64/CbDefense Install.pkg” /tmp
cp -avf “/Volumes/CbDefense-3.1.1.64/docs/cbdefense_install_unattended.sh” /tmp
sudo “/tmp/cbdefense_install_unattended.sh” -i “/tmp/CbDefense Install.pkg” -c ‘iuhfoiewhiuwhehifhw@’

I am not able to achive the above from intune.

I don’t think it’s possible to execute a script via intune, however you may be able to create a package (.pkg) file that executes a script as part of install.

I’ve not tried this so unsure if it works.

https://community.mcafee.com/t5/Mac-and-Linux-Products/install-sh-Package-as-mkpg-or-dmg/td-p/153985