USMT domain to domain question?

J

JP Breton

Guest
We have currently 2 domain trusting each other.

Our current project consist of deploying Windows XP SP2 and in the same
time, migrate users from 1 domain using a type of account to another domain,
using a different type of account.
For example:
Robert Junior has a Win2000 from domain1 (domain1\junr) will be migrate to
domain2 with Windows XP and his new account will be domain2\rjunior.

By reading the documentation, I know that there is a way with USMT to
"migrate" user from 1 domain to another.

Now, when I will be running scanstate on the Win200 computer from
domain1\junr, how can I tell loadstate to put the setting back on the new
Windows XP but with the new account from the new domain: domain2\rjunior ??

Thanks for any help on this.

Regards

JP



 


Look at USMT 2.6 new features section:
/mu:NewUserName

or
/mu:OldUserName:NewUserName
Specifies a new user name. You should use this option to change the
name of a user on the destination computer. You cannot use wildcard
characters with the /mu option.

If the store contains only one user, you should specify only the new
user name (for example, /mu:NewUserName).
If the store contains more than one user, you can specify multiple /mu
options. In this case, you should specify a user name mapping (for example,
/mu:OldUserName:NewUserName).

You can also use the [IncludeUsers] section to change user names
although /mu overrides any rules that are in the .inf files.



Rafael

"JP Breton" <jpbretonnwgroup@videotron.ca> wrote in message
news:eRFlqdCtFHA.1204@TK2MSFTNGP15.phx.gbl...
> We have currently 2 domain trusting each other.
>
> Our current project consist of deploying Windows XP SP2 and in the same
> time, migrate users from 1 domain using a type of account to another
> domain, using a different type of account.
> For example:
> Robert Junior has a Win2000 from domain1 (domain1\junr) will be migrate to
> domain2 with Windows XP and his new account will be domain2\rjunior.
>
> By reading the documentation, I know that there is a way with USMT to
> "migrate" user from 1 domain to another.
>
> Now, when I will be running scanstate on the Win200 computer from
> domain1\junr, how can I tell loadstate to put the setting back on the new
> Windows XP but with the new account from the new domain: domain2\rjunior
> ??
>
> Thanks for any help on this.
>
> Regards
>
> JP
>
>
>



 

Back
Top