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.
463 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Gihan 0 Reputation points
    2023-12-11T06:03:27.0133333+00:00

    Looks like an old post however no answer on this.

    I think looking at above you might need to add below in bold maybe. So that it will create empty folder and anything from now on will not save. I could be wrong :)

    eg:

    <Excludes>

    <Exclude Copy="0">AppData\Local\Microsoft\Outlook</Exclude>

    </Excludes>

    0 comments No comments