You are on page 1of 1

Filename: microsoft-md101-4-5-1-deploy-office365-proplus

Show Name: Managing Modern Desktops (MD-101)


Topic Name: Manage Apps and Data
Episode Name: Deploy Office 365 ProPlus
Description: Office 365 ProPlus is the always up-to-date suite of desktop apps you already know (including Word, PowerPoint, Excel, Outlook, and Teams) available as a subscription. In
this episode, you will learn how to deploy Office 365 ProPlus for Windows 10.

Deploy Office 365 ProPlus

Requirements

Must use Office 365 ProPlus licenses to activate Office 365


ProPlus apps deployed through Microsoft Intune
Office 365 Business edition is not supported by Intune
Must be running the Windows 10 Creators Update or later
If there are .msi Office apps on the end-user device, you must use
the Remove MSI feature to safely uninstall these apps

Deploy Office 365 ProPlus

Intune > Client apps > Apps


Select Add
App type > Office 365 Suite > Windows 10
Select settings format [Configuration designer | Enter XML data]

Configuration designer

Add app blade will change to offer two additional settings options

Configure App Suite


App Suite Settings

https://docs.microsoft.com/en-us/intune/apps-add-office365

Using Configuration designer

Configure app suite information


Select Office apps
Configure installation options
Add assignment

XML format

https://docs.microsoft.com/en-us/DeployOffice/configuration-options-for-the-office-2016-deployment-tool

Example of a standard configuration file

<Configuration>
<Add SourcePath="\\Server\Share"
OfficeClientEdition="32"
Channel="Broad" >
<Product ID="O365ProPlusRetail">
<Language ID="en-us" />
<Language ID="ja-jp" />
</Product>
<Product ID="VisioProRetail">
<Language ID="en-us" />
<Language ID="ja-jp" />
</Product>
</Add>
<Updates Enabled="TRUE"
UpdatePath="\\Server\Share" />
<Display Level="None" AcceptEULA="TRUE" />
<Logging Level="Standard" Path="%temp%" />
</Configuration>

RemoveMSI using XML

<Configuration>
<Add OfficeClientEdition="64" Channel="Monthly" >
<Product ID="O365ProPlusRetail">
<Language ID="en-us" />
</Product>
</Add>
<RemoveMSI />
</Configuration>

You might also like