FSLogix: OneDrive tenant with spaces in name is not being excluded from redirections.xml exclusions.

Ivan Rincon 1 Reputation point
2022-02-08T18:07:57.823+00:00

Hi colleagues.

I'm trying to exclude the OneDrive files from being synchronized on the user profile, but I found when the OneDrive tenant has spaces in the name, the exclusion is applied to the FSLogix profile but is not excluding the files on the FSlogix profile container.

The syntaxis I'm using is the below.

<FrxProfileFolderRedirection ExcludeCommonFolders="0">
<Excludes>
<!--ONEDRIVE-->
<Exclude Copy="0">OneDrive – Name LastName</Exclude>

However, I have tried the same exclusion with a customer which OneDrive tenant does not have spaces, and it is working fine

<FrxProfileFolderRedirection ExcludeCommonFolders="0">
<Excludes>
<!--ONEDRIVE-->
<Exclude Copy="0">OneDrive – NameLastName</Exclude>

Please your help on how can I handle it

NOTE: I have tried using quotes as per the below 2 examples, but neither of them has worked

<Exclude Copy="0">"OneDrive – Name LastName"</Exclude>
<Exclude Copy="0">'OneDrive – NameLastName'</Exclude>

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
{count} votes

1 answer

Sort by: Most helpful
  1. Admin52618 0 Reputation points
    2024-02-20T13:11:31.46+00:00

    Hi, have you got an answer? Im faceing the sam issue. Thanks

    0 comments No comments