Question : Join XP clients to new domain using NETDOM

Scenario:
Win 2003 Standard SP1 domain
Windows XP Pro clients


The 2k3 domain is a new domain, the clients are joined to an old NT4 domain.

Planning to script the client-joining to the new domain using netdom.exe from the support tools.

Also aware of the use of usmt to copy the client profiles from the old domain to the new, but at first I want to create a basic script that simply joins the computers to the new domain.

Anyone done this before?
VBscript is the most handy tool for the job?

Answer : Join XP clients to new domain using NETDOM

You can do this with a batch file or with a VBscript.

Batch file:
NETDOM /Domain:NEWDOMAIN /user:administrator /password:adminpassword MEMBER MYCOMPUTER /ADD

VBscript and Excel Spreadsheet:
http://www.computerperformance.co.uk/vbscript/vbscript_computer_spreadsheet.htm

Cheers,

Chris
Random Solutions  
 
programming4us programming4us