Forum Discussion
FSlogix ODFC container and Outlook OST file
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.
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.