Hi,
Is there any way of making the P and U attributes inheritable from a root folder?
I'm asking as we have several RDS customers with OneDrive and the GPO policies available for OneDrive does not contain any options to forcefully set the equivalent of "attrib +U -P /s", totally disabling the use of locally cached files.
GPO-wise the closest you'll get is the "Convert synced team site files to online-only files" along with the "Use OneDrive Files On-Demand". These though are not enough to enforce a policy where ALL of the users OneDrive content is ALWAYS only available online in order to save disk space on the RDS hosts.
As it is right now I'm getting the feeling I'll have to run a local script on each RDS host executing the "attrib +U -P /s" command on all user folders nightly which is ineffective and sub-optimal.
For RDS hosts, a GPO setting totally disabling the "Always keep on this device" would be preferred even though nightly clearing of locally cached files would be needed as well unless a new GPO setting could be introduced where locally cached files are cleared on user logoff.
Also, worth noting is that it would be nice to be able to set these attributes in the advanced ntfs rights in AD DS when setting general folder permissions.