January 2020
Beginner
632 pages
13h 14m
English
The Teams client, starting with Office 365 ProPlus build 1902, will be deployed automatically as part of the Office 365 ProPlus update cadence.
If your organization isn't ready to deploy Microsoft Teams and you're using Office 365 ProPlus, you can use the Office Deployment Tool to prevent Teams from being installed or Group Policy to prevent Teams from being launched automatically.
The XML configuration file generated by the Office Deployment Tool should contain an ExcludeApp node that indicates Teams won't be installed:
<Configuration> <Add Version="MatchInstalled"> <Product ID="O365ProPlusRetail"> <Language ID="MatchInstalled" TargetProduct="All" /> <ExcludeApp ID="Teams" /> </Product> </Add> <Display Level="None" /> ...
Read now
Unlock full access