Hi, have you got an answer? Im faceing the sam issue. Thanks
FSLogix: OneDrive tenant with spaces in name is not being excluded from redirections.xml exclusions.
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>