USMT Folder Redirection?

  • Thread starter Thread starter Ed
  • Start date Start date
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

<USMT? 1
USMT Redirect to C: 1
USMT: exclude files from desktop 1
USMT issues with D Drive 1
USMT and the Recycle Bin 2
USMT - how to avoid cookies? 1
USMT Estimate Fails 4
Need help with USMT rule precedence 5

Back
Top