Hi,
After 1 week of migrationtestand I always have a problemwith theexclusion of My Document located on D:.
Scenario: Our Win XP have "My Documents" located on disk d:. During OSD USMT capture these folder and restore oneach userprofile that he migrate on C:\User\username\My Documents.So everythingis duplicated and disk isfullquickly if user have a lot of data.
The goal is to exclude "MyDocuments" on D: but include Desktop andFavorites (OSD TS don't format D: partition).
To do thatinMigUser.xml I comment My Documents files + My Video files+My Music files +My Pictures files.
Besides, I add these line to be sur that My Document will be not migrate.
<unconditionalExclude><objectSet> <pattern type="File">%CSIDL_PERSONAL%\* [*]</pattern><pattern type="File">%CSIDL_MYMUSIC%\* [*]</pattern><pattern type="File">%CSIDL_MYPICTURES%\* [*]</pattern><pattern type="File">%CSIDL_MYVIDEO%\* [*]</pattern></objectSet></unconditionalExclude>
There isnothing to do, all "My Documents" aremigrated...
Must I use confix.xml ?There is a setting "migrate=no"...
Have you an
idea ?