Dec 24 2018 03:05 AM - edited Dec 24 2018 03:08 AM
I now it is possible to enable/disable the offline sync option on list or site level. But I would like to this in powershell clientside. For example by Office Dev PnP. I have full controll access to all sitecollections, but have no access to the SharePoint servers. Is this possible?
I try something like this, but it doesnt work:
Connect-PnPOnline -Url "https://intranet.com"
$web = Get-PnPWeb
web.ExcludeFromOfflineClient = $false
Dec 24 2018 10:41 AM