<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Folder exclude with exception of specific folder in Dynamic Environment Manager</title>
    <link>https://communities.vmware.com/t5/Dynamic-Environment-Manager/Folder-exclude-with-exception-of-specific-folder/m-p/2870187#M7240</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We use the import/export code below to manage our Mozilla Firefox profile.&lt;BR /&gt;Since updating from .88 to .92 we are seeing our 2FA cookies land in the folder "&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default".&lt;/P&gt;&lt;P&gt;Now I want to include specific folders from that excluded folder so saved 2FA will be remembered across sessions. Seeing I only know the specific name of the folders I want to include, I tried mentioning them before and after the exclude using includefoldertrees and IncludeIndividualFolders but the exclude seems to always get precedence over the include lines.&lt;/P&gt;&lt;P&gt;The only other option I can think of is to write out all possible options but that means I have to write hundreds of lines to only include the four folders I want and to exclude everything else. Isn't there another option? A negate option of MATCHALLBUT would be lovely here. Hope someone can think of a better option than excluding every number/letter for every position other than the URL I want to include.&lt;/P&gt;&lt;P&gt;Current code without include for specific URL to include form default folder:&lt;/P&gt;&lt;P&gt;[IncludeRegistryTrees]&lt;BR /&gt;HKCU\Software\Mozilla&lt;BR /&gt;HKCU\Software\mozilla.org&lt;BR /&gt;HKCU\Software\MozillaPlugins&lt;/P&gt;&lt;P&gt;[IncludeFolderTrees]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox&lt;/P&gt;&lt;P&gt;[ExcludeFolderTrees]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\permanent&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\temporary&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Dominic&lt;/P&gt;&lt;P&gt;--EDIT-- I could use xcopy as a pre-export task to export the folders of the 4 URL's and then use Post-Import to put them back. But this all seems evenly excessive.&lt;/P&gt;&lt;P&gt;For now, until someone finds something better, I will be going the export and import task route.&lt;/P&gt;&lt;P&gt;Export ps1:&lt;/P&gt;&lt;P&gt;cd $env:APPDATA\Mozilla\Firefox\Profiles\*.default\storage\default&lt;/P&gt;&lt;P&gt;Copy-Item -Path *.companyName* -Destination $env:APPDATA\CompanyName\Firefox -Recurse&lt;/P&gt;&lt;P&gt;Import ps1:&lt;/P&gt;&lt;P&gt;cd $env:APPDATA\Mozilla\Firefox\Profiles\*.default\storage\default&lt;/P&gt;&lt;P&gt;Copy-Item -Path $env:APPDATA\CompanyName\Firefox\* . -Recurse&lt;/P&gt;</description>
    <pubDate>Tue, 05 Oct 2021 09:16:10 GMT</pubDate>
    <dc:creator>dvdende</dc:creator>
    <dc:date>2021-10-05T09:16:10Z</dc:date>
    <item>
      <title>Folder exclude with exception of specific folder</title>
      <link>https://communities.vmware.com/t5/Dynamic-Environment-Manager/Folder-exclude-with-exception-of-specific-folder/m-p/2870187#M7240</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We use the import/export code below to manage our Mozilla Firefox profile.&lt;BR /&gt;Since updating from .88 to .92 we are seeing our 2FA cookies land in the folder "&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default".&lt;/P&gt;&lt;P&gt;Now I want to include specific folders from that excluded folder so saved 2FA will be remembered across sessions. Seeing I only know the specific name of the folders I want to include, I tried mentioning them before and after the exclude using includefoldertrees and IncludeIndividualFolders but the exclude seems to always get precedence over the include lines.&lt;/P&gt;&lt;P&gt;The only other option I can think of is to write out all possible options but that means I have to write hundreds of lines to only include the four folders I want and to exclude everything else. Isn't there another option? A negate option of MATCHALLBUT would be lovely here. Hope someone can think of a better option than excluding every number/letter for every position other than the URL I want to include.&lt;/P&gt;&lt;P&gt;Current code without include for specific URL to include form default folder:&lt;/P&gt;&lt;P&gt;[IncludeRegistryTrees]&lt;BR /&gt;HKCU\Software\Mozilla&lt;BR /&gt;HKCU\Software\mozilla.org&lt;BR /&gt;HKCU\Software\MozillaPlugins&lt;/P&gt;&lt;P&gt;[IncludeFolderTrees]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox&lt;/P&gt;&lt;P&gt;[ExcludeFolderTrees]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\permanent&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\temporary&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Dominic&lt;/P&gt;&lt;P&gt;--EDIT-- I could use xcopy as a pre-export task to export the folders of the 4 URL's and then use Post-Import to put them back. But this all seems evenly excessive.&lt;/P&gt;&lt;P&gt;For now, until someone finds something better, I will be going the export and import task route.&lt;/P&gt;&lt;P&gt;Export ps1:&lt;/P&gt;&lt;P&gt;cd $env:APPDATA\Mozilla\Firefox\Profiles\*.default\storage\default&lt;/P&gt;&lt;P&gt;Copy-Item -Path *.companyName* -Destination $env:APPDATA\CompanyName\Firefox -Recurse&lt;/P&gt;&lt;P&gt;Import ps1:&lt;/P&gt;&lt;P&gt;cd $env:APPDATA\Mozilla\Firefox\Profiles\*.default\storage\default&lt;/P&gt;&lt;P&gt;Copy-Item -Path $env:APPDATA\CompanyName\Firefox\* . -Recurse&lt;/P&gt;</description>
      <pubDate>Tue, 05 Oct 2021 09:16:10 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Dynamic-Environment-Manager/Folder-exclude-with-exception-of-specific-folder/m-p/2870187#M7240</guid>
      <dc:creator>dvdende</dc:creator>
      <dc:date>2021-10-05T09:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Folder exclude with exception of specific folder</title>
      <link>https://communities.vmware.com/t5/Dynamic-Environment-Manager/Folder-exclude-with-exception-of-specific-folder/m-p/2870192#M7241</link>
      <description>&lt;P&gt;To give a specific example. If I want to include only a URL that starts with "bo.", I have to write the code below. And seeing I want to include 4 specific URL's this will be a disaster in terms of processing time:&lt;/P&gt;&lt;P&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++0[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++1[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++2[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++3[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++4[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++5[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++6[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++7[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++8[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++9[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++a[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++c[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++d[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++e[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++f[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++g[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++h[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++i[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++j[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++k[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++l[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++m[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++n[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++o[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++p[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++q[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++r[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++s[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++t[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++u[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++v[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++w[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++x[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++y[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++z[MATCHALL]&lt;/P&gt;&lt;P&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++b0[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++b1[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++b2[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++b3[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++b4[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++b5[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++b6[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++b7[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++b8[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++b9[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++ba[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++bb[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++bc[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++bd[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++be[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++bf[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++bg[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++bh[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++bi[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++bj[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++bk[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++bl[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++bm[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++bn[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++bp[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++bq[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++br[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++bs[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++bt[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++bu[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++bv[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++bw[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++bx[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++by[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++bz[MATCHALL]&lt;/P&gt;&lt;P&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++bo0[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++bo1[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++bo2[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++bo3[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++bo4[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++bo5[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++bo6[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++bo7[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++bo8[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++bo9[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++boa[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++bob[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++boc[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++bod[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++boe[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++bof[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++bog[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++boh[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++boi[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++boj[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++bok[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++bol[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++bom[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++bon[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++boo[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++bop[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++boq[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++bor[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++bos[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++bot[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++bou[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++bov[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++bow[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++box[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++boy[MATCHALL]&lt;BR /&gt;&amp;lt;AppData&amp;gt;\Mozilla\Firefox\Profiles\[MATCHALL]\storage\default\https+++boz[MATCHALL]&lt;/P&gt;</description>
      <pubDate>Tue, 05 Oct 2021 07:36:10 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Dynamic-Environment-Manager/Folder-exclude-with-exception-of-specific-folder/m-p/2870192#M7241</guid>
      <dc:creator>dvdende</dc:creator>
      <dc:date>2021-10-05T07:36:10Z</dc:date>
    </item>
  </channel>
</rss>

