<?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 Re: Redirect folder located in C:\Data in Dynamic Environment Manager</title>
    <link>https://communities.vmware.com/t5/Dynamic-Environment-Manager/Redirect-folder-located-in-C-Data/m-p/2214319#M4236</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah, I am trying this solution to work on my testing environment at lab but looks it was not working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;mellicott&lt;/B&gt; @any idea with this issue &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vkmr.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Nov 2017 05:00:12 GMT</pubDate>
    <dc:creator>Sravan_k</dc:creator>
    <dc:date>2017-11-17T05:00:12Z</dc:date>
    <item>
      <title>Redirect folder located in C:\Data</title>
      <link>https://communities.vmware.com/t5/Dynamic-Environment-Manager/Redirect-folder-located-in-C-Data/m-p/2214314#M4231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have an application in a VDI environment that saves data on C:\Data, is it possible with UEM to export this folder and its content to make it "romaing". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to use instant clones functionality and prevents my from doing it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Nov 2016 11:01:42 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Dynamic-Environment-Manager/Redirect-folder-located-in-C-Data/m-p/2214314#M4231</guid>
      <dc:creator>dmuligan</dc:creator>
      <dc:date>2016-11-24T11:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: Redirect folder located in C:\Data</title>
      <link>https://communities.vmware.com/t5/Dynamic-Environment-Manager/Redirect-folder-located-in-C-Data/m-p/2214315#M4232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, we've done this with great success.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_4.png"&gt;&lt;img src="https://communities.vmware.com/t5/image/serverpage/image-id/69065iC4C611D0123C3D8C/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_4.png" alt="pastedImage_4.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The pre-export here is &lt;EM&gt;&lt;STRONG&gt;XCOPY "c:\program files\GVAS\ole*.grd" "%appdata%\GVAS\" /y&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;The post-import is &lt;EM&gt;&lt;STRONG&gt;xcopy "%appdata%\GVAS\ole*.grd" "c:\program files\GVAS\" /y&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I simply UEM %appdata%\GVA as normal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Nov 2016 11:10:25 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Dynamic-Environment-Manager/Redirect-folder-located-in-C-Data/m-p/2214315#M4232</guid>
      <dc:creator>mellicott</dc:creator>
      <dc:date>2016-11-24T11:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: Redirect folder located in C:\Data</title>
      <link>https://communities.vmware.com/t5/Dynamic-Environment-Manager/Redirect-folder-located-in-C-Data/m-p/2214316#M4233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Found your solution for preserving data from locations like c:\program files (x86)\xyx, but I don't seem to be having any success in getting it to work.&amp;nbsp; We have a Cisco application that saves data in c:\program files (x86)\Cisco\Desktop\Config.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a pre and post User Environment configuration. In order to do that, I had to go to the DirectFlex tab and "enable directflex for this config file". &lt;STRONG&gt;I wasn't quite sure what I was supposed to be using as the executable in the this case? I've specified explorer.exe - but not sure if it should be that or something else? I also set the ExportMoment to "Export at logoff" &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Export:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; XCOPY "c:\program files (x86)\cisco\desktop\config\*.*" "%appdata%\CiscoCad\" /y&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Import:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; XCOPY "%appdata%\CiscoCad\" "c:\program files (x86)\cisco\desktop\config\*.*" /y&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assumed in your example that "GVAS" was specific to your environment, so I just changed mine to "CiscoCad".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The last line of your solution states: "then I simply UEM %appdata%\GVA as normal".&amp;nbsp; Guess I don't understand what that means??&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd appreciate any additional insight you can provide this UEM newbie!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 15:00:19 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Dynamic-Environment-Manager/Redirect-folder-located-in-C-Data/m-p/2214316#M4233</guid>
      <dc:creator>janasrs</dc:creator>
      <dc:date>2017-11-15T15:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: Redirect folder located in C:\Data</title>
      <link>https://communities.vmware.com/t5/Dynamic-Environment-Manager/Redirect-folder-located-in-C-Data/m-p/2214317#M4234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Janasrs,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try the below commands and provide feedback.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 2px; font-family: proxima-nova, Arial, sans-serif; color: #666666;"&gt;Export:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; XCOPY "c:\program files (x86)\cisco\desktop\config" "%appdata%\CiscoCad" /y /s /q&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 2px; font-family: proxima-nova, Arial, sans-serif; color: #666666;"&gt;Import:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; XCOPY "%appdata%\CiscoCad" "c:\program files (x86)\cisco\desktop\config" /y /s /q&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: &lt;/P&gt;&lt;P&gt;/S&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Copies directories and subdirectories except empty ones.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Q&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Does not display file names while copying.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Y&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Suppresses prompting to confirm you want to overwrite an existing destination file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vkmr.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Nov 2017 04:35:20 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Dynamic-Environment-Manager/Redirect-folder-located-in-C-Data/m-p/2214317#M4234</guid>
      <dc:creator>Sravan_k</dc:creator>
      <dc:date>2017-11-16T04:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: Redirect folder located in C:\Data</title>
      <link>https://communities.vmware.com/t5/Dynamic-Environment-Manager/Redirect-folder-located-in-C-Data/m-p/2214318#M4235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attempted that with no change to the outcome. I do see that an .ini file is being created for this in the UEM_config\general\Applications directory:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://communities.vmware.com/t5/image/serverpage/image-id/76829i08E9BF7217024279/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see no reference to "Cisco CAD agent" in the UEM_profiles\USERNAME\archives\Applications folder (I'm assuming it would be stored here).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the flexengine.log, I do see the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2017-11-16 08:31:25.615 [DEBUG] Not performing export for DirectFlex config file '\\156.98.45.106\UEM_Config\General\Applications\Cisco CAD agent.INI'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are no other references or explanations as to why its not occurring.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also changed the configuration slightly, so that instead of identifying the .exe as explorer.exe, I actually specified the Cisco executable that is run. Fired up the application, shut it down, yet no change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally, I modified the group policy setting so that DirectFlex should show notifications - but I see nothing during logon or logoff:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://communities.vmware.com/t5/image/serverpage/image-id/76827i8376B92A86A4AB3F/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Nov 2017 14:38:39 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Dynamic-Environment-Manager/Redirect-folder-located-in-C-Data/m-p/2214318#M4235</guid>
      <dc:creator>janasrs</dc:creator>
      <dc:date>2017-11-16T14:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: Redirect folder located in C:\Data</title>
      <link>https://communities.vmware.com/t5/Dynamic-Environment-Manager/Redirect-folder-located-in-C-Data/m-p/2214319#M4236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah, I am trying this solution to work on my testing environment at lab but looks it was not working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;mellicott&lt;/B&gt; @any idea with this issue &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vkmr.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Nov 2017 05:00:12 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Dynamic-Environment-Manager/Redirect-folder-located-in-C-Data/m-p/2214319#M4236</guid>
      <dc:creator>Sravan_k</dc:creator>
      <dc:date>2017-11-17T05:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: Redirect folder located in C:\Data</title>
      <link>https://communities.vmware.com/t5/Dynamic-Environment-Manager/Redirect-folder-located-in-C-Data/m-p/2214320#M4237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got it all resolved tonight - what a learning experience! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will capture all screen and related items and post as soon as I'm able so that it might help someone else avoid all the frustrations I encountered during this process. .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Nov 2017 02:55:35 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Dynamic-Environment-Manager/Redirect-folder-located-in-C-Data/m-p/2214320#M4237</guid>
      <dc:creator>janasrs</dc:creator>
      <dc:date>2017-11-19T02:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: Redirect folder located in C:\Data</title>
      <link>https://communities.vmware.com/t5/Dynamic-Environment-Manager/Redirect-folder-located-in-C-Data/m-p/2214321#M4238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Janasrs,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess you figured out that you needed to add your folder to the Import/Export tab?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://communities.vmware.com/t5/image/serverpage/image-id/76922i35497C49DA49DC6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also. directflex would need to be on a Cisco related program, ciscocad.exe or something similar?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2017 08:51:31 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Dynamic-Environment-Manager/Redirect-folder-located-in-C-Data/m-p/2214321#M4238</guid>
      <dc:creator>mellicott</dc:creator>
      <dc:date>2017-11-20T08:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: Redirect folder located in C:\Data</title>
      <link>https://communities.vmware.com/t5/Dynamic-Environment-Manager/Redirect-folder-located-in-C-Data/m-p/2214322#M4239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes -I did eventually figure out both those aspects of the configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other problem was the syntax of the XCOPY commands.&amp;nbsp; Eventually realized (by manually executing the XCOPY statements on the linked clone), that XCOPY wasn't clear on whether it was copying to a File or Folder. I had to add the /i switch to the XCOPY commands for it to work properly (otherwise it was prompting to make the choice, which doesn't do much good when you can't see it!).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This seems to be working well - now on to printer mapping issues. That's definitely not working as expected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2017 15:11:41 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Dynamic-Environment-Manager/Redirect-folder-located-in-C-Data/m-p/2214322#M4239</guid>
      <dc:creator>janasrs</dc:creator>
      <dc:date>2017-11-20T15:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: Redirect folder located in C:\Data</title>
      <link>https://communities.vmware.com/t5/Dynamic-Environment-Manager/Redirect-folder-located-in-C-Data/m-p/2214323#M4240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your response!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2017 15:12:06 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Dynamic-Environment-Manager/Redirect-folder-located-in-C-Data/m-p/2214323#M4240</guid>
      <dc:creator>janasrs</dc:creator>
      <dc:date>2017-11-20T15:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: Redirect folder located in C:\Data</title>
      <link>https://communities.vmware.com/t5/Dynamic-Environment-Manager/Redirect-folder-located-in-C-Data/m-p/2214324#M4241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Janasrs,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for update&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for printers can you open new thread under UEM so that we can discuss on it? [is there any printer drivers dependence's?]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Nov 2017 23:57:55 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Dynamic-Environment-Manager/Redirect-folder-located-in-C-Data/m-p/2214324#M4241</guid>
      <dc:creator>Sravan_k</dc:creator>
      <dc:date>2017-11-24T23:57:55Z</dc:date>
    </item>
  </channel>
</rss>

