Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
February 11, 2004
A. The Netdom command-line tool lets you move a computer account from one domain to another. For example, I typed
netdom move compmoveme /domainchild1 /ud:[email protected] /pd:xxxxx
where /domain identifies which target domain to move the object to and /ud and /pd identify the account and password, respectively, to use for the specified domain. To see other options for Netdom, from the command line type
netdom move /?
You May Also Like