Forum Discussion
How to deploy M365 Companion app through Intune
Hi All,
I have a requirement of deploying M365 companion app to a few users in the company. However, when I tried with Win32 apps in Intune, it gets failed every time even though the scripts success manually.
Does anyone know how to deploy M365 companion app from Intune?
I have downloaded the app from below link and used the below command:
https://learn.microsoft.com/en-us/microsoft-365-apps/companions/overview#set-up-the-companion-apps
Echo OFF
m365companionsetup.exe /quiet
Thanks in advanced,
Dilan
3 Replies
- Bogdan_GuineaIron Contributor
Hi
Could you please describe how your deployment is configured?
Check the Intune Management Extension (IME) logs on a client where the app installation failed, using the App ID from your deployment. This will enable you to track down the root cause.
Good luck!
- cadenmorleyCopper Contributor
I’ve run into this before—deploying the M365 Companion app via Intune isn’t always straightforward with a raw Win32 package. A couple of things to check:
Make sure you’ve wrapped the installer with the IntuneWinAppUtil tool and configured detection rules properly (e.g., registry key or installed file path) so Intune knows when the app is installed.
The /quiet switch is correct, but you may also want to add /norestart to avoid unexpected reboots.
Run the install under system context in Intune (user context can fail silently).
Double-check that your app requirements (OS version, architecture) match the devices.
If it still fails, check the Intune Management Extension logs (IntuneManagementExtension.log) for more detail—it usually points out whether it’s a detection or execution issue.
Some admins also recommend packaging it as a line-of-business (LOB) app if the MSI wrapper is available, since it can be easier than Win32.
- ER2025Brass Contributor
Try running this command "m365companionsetup.exe /quiet /norestart /l C:\Temp\log.txt".. And deploy it in user context below.