|
Question : ADMT 3.0 example include file
|
|
Hello, I am running a domain migration from W2K to W2K3. I am using ADMT ver. 3.0 to do the migration. I would like to use an include file to change the login name once the user is migrated from the source to the target domain. Can anyone show me an example of a include file?
Thanks!
|
|
Answer : ADMT 3.0 example include file
|
|
hope this helps... from the domainmig.chm included in the download of ADMT 3--it describes the process--**test it on one user** it has some good examples
Include file entry simple example where only the SAM account name is changed during migration: ***SourceName is the name of the source account, and it must be listed as the first column heading.
SourceName,TargetSAM <--included for clarity, does not need to be in the file olduser1,newuser1 olduser2,newuser2 olduser3,newuser3
Another example, but chances are you don't need to change RDN or UPN: SourceName,TargetRDN,TargetUPN user1,CN=user1,user1@newdomain.com
Another example from the guide: SourceName,TargetSAM,TargetUPN,TargetRDN oldname, newsamname, [email protected]m, "CN=New Name"
And as always....test test test---never in production
|
|
|
|