Forum Discussion
Dominic Horne
Feb 16, 2018Brass Contributor
How to disable desktop sync for all SharePoint sites ?
We would like to hide the desktop sync for all SharePoint sites by default and give users the opportunity to only enable this for required document libraries in a ShatePoint site. Are there UI setting...
Feb 16, 2018
If you mean to hide the sync option in document libraries, this is something you can configure on per-document library:
Settings -> Document Library Settings -> Advanced Settings -> Allow items from this document library to be downloaded to offline clients? -> No
You could automate this setting using some PowerShell
Settings -> Document Library Settings -> Advanced Settings -> Allow items from this document library to be downloaded to offline clients? -> No
You could automate this setting using some PowerShell
Dominic Horne
Feb 20, 2018Brass Contributor
Is ther an alternate way other than scripts to update existing and newly created sites?