Forum Discussion

hyvokar's avatar
hyvokar
Copper Contributor
Jun 20, 2019

How to prevent users saving to onedrive

Hi, 

 

We use MDT to deploy our worstations and Office365 is installed on the same task sequence.
We have explicitly denied the installation of OneDrive, since we dont want our users to save company documents outside our office perimeters.

However, for some reason, OneDrive not only has been installed on all computers while updating office, but it now offers OneDrive as a default saving location. 

How can we remove OneDrive from all of our workstations or at least prevent people from saving their work to onedrive?

This is a concern for office2016/365 versions. Office2010 and 2007 are still ok. 

<Configuration>
<Add OfficeClientEdition="32" Channel="Monthly" SourcePath="\\MDTserver02\deployment$\Applications\MicrosoftOffice3652016FIN">
<Product ID="O365BusinessRetail">
<Language ID="fi-FI"/>
<ExcludeApp ID="OneDrive" />
<ExcludeApp ID="Groove" />
</Product>
</Add>
<Updates Enabled="TRUE"/>
<Display Level="Full" AcceptEULA="TRUE"/>
<Logging Level="Standard" Path="c:\temp"/>
<!--Silent install of 32-Bit Office 365 for Business with Updates and Logging enabled-->
</Configuration>

Resources