Forum Discussion
hyvokar
Jun 20, 2019Copper Contributor
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>
- MaluksIron ContributorSorry, not a proposal to solution, but what bad decision to do it company wide. There are tons of policies to make Onedrive really secure place to store and access documents from managed devices.
From various experience in the different companies I could say that forbidding something is not an option at all, you will forbid controlled Onedrive, unmanaged tools like Google drive, Dropbox, Box will come into the play where you won't have any control of and that will make things even worse.
One of the examples is to forbid file download \ printing \ syncing from unmanaged devices by creating such policies.
https://docs.microsoft.com/en-us/sharepoint/control-access-from-unmanaged-devices
In addition to this Onedrive probably has the best sharing options between the business units, companies etc.
https://support.office.com/en-us/article/share-onedrive-files-and-folders-9fcc2f7d-de0c-4cec-93b0-a82024800c07
https://docs.microsoft.com/en-us/sharepoint/external-sharing-overview- hyvokarCopper Contributor
Thank you for your input, but not knowing anything about the company I work for, I wouldn't label choices other people do bad or good. Atleast for now, OneDrive is not for us, so let's focus on disabling it in this thread.
- Have to say I agree on above post! It’s just a question of adoption, sufficient security and you got something much better
- Sure this isn’t the built in Onedrive client in Windows!
Also see:
https://support.office.com/en-us/article/turn-off-disable-or-uninstall-onedrive-f32a17ce-3336-40fe-9c38-6efb09f944b0- hyvokarCopper Contributor
Hi Adam, thank you for swift response.
It could be, so I guess this could be moved to win10 forum... Any idea, how to *prevent* Onedrive installing automatically? It is not present when a fresh workstation is set up.
Also, would need instructions to remove this company wide. Cant just send techs to check every workstation.- hyvokarCopper ContributorOn a test machine I removed OneDrive from add/remove programs, and rebooted the machine.
Excel still offers OneDrive as a default save location and sure enough, you can still save to OneDrive.