USMT Folder Redirection?

E

Ed

Hello Everyone,

Can someone PLEASE explain how to redirect user data to a specified folder?
I'm using BDD 2007 to refresh several hundred workstations and using USMT to
backup all user data on the user's D: drive. And I would like to have the
data placed in a directory named “Restored†after the new image has been
deployed.

Here's a copy of the migration file currently being used:

************************************************************

<migration urlid="http://www.microsoft.com/migration/1.0/migxmlext/mp3files">
<!-- This component migrates all files except those with .mp3 extension-->
<component type="Documents" context="System">
<displayName _locID="miguser.sharedvideo">MP3 Files</displayName>
<role role="Data">
<rules>
<include filter='MigXmlHelper.IgnoreIrrelevantLinks()'>
<objectSet>
<pattern type="File">H:\* [*]</pattern>
</objectSet>
</include>
<exclude>
<objectSet>
<pattern type="File">H:\* [*.mp3]</pattern>
<pattern type="File">H:\Documents and
Settings\LocalService\LocalSettings\Temporary Internet Files\* [*]</pattern>
</objectSet>
</exclude>
</rules>
</role>
</component>
</migration>


************************************************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top