FSLogix Folder not Excluding

Daniel S 106 Reputation points
2022-01-25T02:31:24.71+00:00

Hi,

I am trying to exclude the Outlook OST folder from being replicated to the Profile VHDX (i would like this to stay stored locally only).

I've created the Redirections.xml file in a central location, and it is getting correctly applied to the profile (can see it in the AppData\Local\FSLogix folder), however, the Outlook OST folder is now creating in both the Profile VHDX AND the _local folder.

I want this in the _local folder only.

What am I doing wrong?

Redirections.xml file below:

<?xml version="1.0" encoding="UTF-8"?>
<FrxProfileFolderRedirection ExcludeCommonFolders="0">
<Excludes>
<Exclude>AppData\Local\Microsoft\Outlook</Exclude>
</Excludes>
<Includes>
<Include COPY="3">AppData\Local\Google\Chrome\User Data</Include>
<Include COPY="3">AppData\Local\Microsoft\Edge\User Data</Include>
<Include COPY="3">AppData\Local\Mozilla\Firefox\Profiles</Include>
</Includes>
</FrxProfileFolderRedirection>

Thanks

FSLogix
FSLogix
A set of solutions that enhance, enable, and simplify non-persistent Windows computing environments and may also be used to create more portable computing sessions when using physical devices.
385 questions
No comments
{count} votes