Forum Discussion
Rene Duijves
Sep 21, 2016Brass Contributor
How can I disable synchronisation of the group libraries?
Hi there, We want to disable the posibility to sync the group library. It is possible to do that for each group individualy, but is it also possible to do that for all exsisting groups with PowerShel...
Rene Duijves
Sep 22, 2016Brass Contributor
jcgonzalezmartin I found that option. does that mean that I hide the button for the personal OneDrive as well as for the O365 Group OneDrive? We only want to disable the O365 group OneDrive synchronisation.
Sep 22, 2016
Yes!!
- Rene DuijvesSep 22, 2016Brass Contributor
jcgonzalezmartin Deleted thanks for your reply. For the site collections we will disable the sync button in the admin centre. For the O365 groups we are going to try to write a script.
- Sep 22, 2016
If you go into the library settings -> advanced settings and then set the "Offline Client Availability" to No the sync button will be removed. I wasn't able to get to library settings currently through the GUI so I had to manually enter the URL: "https://DOMAIN.sharepoint.com/sites/GROUPNAME/_layouts/15/listedit.aspx?List={LIST GUID}
Before:

After:

- Sep 22, 2016Yes, but this is a manual approach...a kind of automatic approach can only be achieved (if possible) with CSOM