Forum Discussion
FSLogix and OneDrive Sync App
I'm a bit confused and am looking for clarification and/or guidance. Per https://learn.microsoft.com/en-us/sharepoint/sync-vdi-support, the OneDrive Sync App is supported for our configurations, but then there is the note:
"It is not supported to roam the OneDrive registry hive as part of a non-persistent VDI environment. Do not roam HKEY_CURRENT_USER\Software\Microsoft\OneDrive\ in your non-persistent VDI user profiles."
In trying to find out how to exclude this reg key from FSLogix, I found this: https://github.com/MicrosoftDocs/fslogix-docs/issues/108 which says:
"Excluding registry keys isn't supported."
So now I'm curious, how is it supported, but one can't exclude registry keys? Or have I just completely missed the method for excluding this reg key?
-Derek
6 Replies
- MathieuVandenHautteIron Contributor
Hi Derek,
I have had very bad experiences with using OneDrive in combination with FSLogix.
If possible, I would recommend:
- using FSLogix in combination with a Windows File Server or Azure Files
- not using other roaming solution (e.g. folder redirection) in combination with FSLogix
- only changing these settings in the FSLogix GPO: DeleteLocalProfileWhenVHDShouldApply, SizeInMBs, VolumeType and FlipFlopProfileDirectoryName- excluding administrative profiles from using FSLogix so you can troubleshoot, even when the local FSLogix service has issues
- using FSLogix 2201 hotfix 2 (2.9.8228.50276) and not the latest builds
All my deployments use the above (best) practices.- oliver_reiterCopper ContributorI have also issues in my environment, when the Onedrive sync starts always syncing by new when login to the Desktop all the files, even if it was synced already. I had a case with Microsoft and they mention to include all the Onedrive cache in the FSLogix Profile container to get rid of this. But for sure i can say they do not really know how there products work or should be set up.
- dlovelessCopper Contributor
MathieuVandenHautte Thank you for the feedback, thus far in small scale testing OneDrive has been working. I certainly appreciate calling out excluding administrative profiles and will be implementing that (I don't know why I didn't think about doing that after the annoyances of logging onto multiple machines with a locked profile).
We are using Azure Files, with no other profile solutions.
The only policy we don't have set that you referenced is FlipFlopProfileDirectoryName.
I'm hoping MS can jump in here and answer my question as it doesn't seem to make sense to me (as I noted).
Thanks MathieuVandenHautte for your reply.