Forum Discussion
FSlogix ODFC container and Outlook OST file
Hi All,
There is a host pool with a couple of session hosts.
Users' profiles are stored in file share by means of FSLogix with Microsoft apps separated with ODFC container.
Having all that set up the way I described is it normal that users' Outlook OST files are stored in C:\Users\username\AppData\Local\Microsoft\Outlook?
For some reason a user periodically gets this error although the path is reachable.
(All AVD users have their OST files stored in local path).
2 Replies
Refer this:
-
Verify FSLogix Configuration: Ensure that FSLogix is configured to redirect the Outlook data correctly. The OST files should be stored in the FSLogix container, typically located in the file share specified during setup.
-
Check Registry Settings: Verify the registry settings for FSLogix. The key settings to check are under
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\FSLogix\ODFC
. Ensure that theIncludeOutlook
setting is enabled and correctly configured. -
Remove Orphaned OST Files: Sometimes, orphaned OST files can cause issues. You can enable the
RemoveOrphanedOSTFilesOnLogoff
setting in the registry to automatically clean up duplicate OST files. -
Reindex and Reattach Containers: Ensure that the FSLogix containers are correctly attached and indexed. You can use the
frx list-redirects
command to verify the redirection settings. -
Permissions and Access: Double-check the permissions on the file share where the FSLogix containers are stored. Ensure that users have the necessary read/write access.
-
GPO Settings: Ensure that any Group Policy Objects (GPOs) related to FSLogix and Outlook are correctly applied and not conflicting with the FSLogix settings.
- Cloud_Geek_82Copper Contributor
This key is not configured. Does that mean in this case it is stored in the profile container?
Check Registry Settings: Verify the registry settings for FSLogix. The key settings to check are under HKEY_LOCAL_MACHINE\SOFTWARE\Policies\FSLogix\ODFC. Ensure that the IncludeOutlook setting is enabled and correctly configured.
-