Deploying Microsoft 365 Apps (formerly Office 365 ProPlus) through Intune is one of the first things you should set up when building out a managed Windows environment. It means new devices get Office automatically during Autopilot, existing devices get it pushed silently, and you get central control over update channels without touching each machine individually.
Intune has a dedicated app type specifically for Microsoft 365 Apps that makes this much easier than using a custom Win32 app. Here's the full process.
Add the App in Intune
📋 App SetupFrom the app type dropdown, select Microsoft 365 Apps (Windows 10 and later). This gives you the built-in wizard rather than having to build an Office Deployment Tool XML file manually.
Configure the App Suite
⚙️ ConfigurationThe configuration suite lets you choose which apps to include and how they're deployed.
Should you include Teams?
This depends on your setup. If you are deploying Teams via a separate policy or if you're on a Teams licencing plan that includes the new Teams client, skip Teams from the M365 Apps suite to avoid conflicts. For most SMBs deploying via M365 Business Premium, including Teams here is fine.
Properties
Give the app a name and description that will appear in the Company Portal if you're using it. Something like Microsoft 365 Apps with a description of what's included keeps it clear for users.
Assignments
👥 AssignmentsUnder Assignments, add the app as Required for your device group. This pushes the installation automatically without any user action.
Assign the Required deployment to All Devices or a specific device group. If you use Autopilot, Office will begin installing during the Enrollment Status Page phase, so devices arrive at the desktop with Office already present.
Monitor the Deployment
The Device Install Status report shows each device's installation state. You'll see Installed, Not Installed, Failed, or Pending Restart. Failed installs usually have an error code you can look up in the Intune Error Codes tool.
Common Issues
Activation not working after install
If Office installs but shows as unlicensed, check the user has an M365 licence assigned in Entra ID admin centre and that the device has been able to reach Microsoft's activation servers. Run cscript "C:\Program Files\Microsoft Office\Office16\OSPP.VBS" /dstatus in an admin command prompt to see the current licence state.
Install showing as Pending
Devices in a pending state haven't yet checked in with Intune to receive the deployment. Trigger a manual sync from the Intune Company Portal app or run Start-Process "deviceenroller.exe" -ArgumentList "/o /d /c" in PowerShell to force a policy refresh.