Changes

Netdom

30 bytes added, 04:42, 27 March 2013
m
no edit summary
Netdom is a command-line tool that is built into Windows Server 2008 and Windows Server 2008 R2.
 
You can use netdom to:
Join * join a computer that runs Windows XP Professional, Windows Vista, or Windows 7 to a Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows 2000, or Windows NT 4.0 domain., Provide * provide an option to specify the organizational unit (OU) for the computer account. Generate a random computer password for an initial Join operation.Manage * manage computer accounts for domain member workstations and member servers. Management operations include: Add** add, Remove, Query. An ** an option to specify the OU for the computer account. An ** an option to move an existing computer account for a member workstation from one domain to another while maintaining the security descriptor on the computer account.
Netdom is included in the Windows Support Tools for Microsoft Windows XP , here is the way to manage by WPKG unattented script:First download the The Windows XP Support Tools : [http://www.microsoft.com/downloads/details.aspx?FamilyId=49AE8576-9BB9-4126-9761-BA8011FABF38&displaylang=en].Umpack it : C:\>WindowsXP-KB838079-SupportTools-ENU.exe /C /T:%SYSTEMROOT%\tempCopy "support.cab sup_pro.cab sup_srv.cab suptools.msi" onto WPKG server software directory (at your choice).create following package with your own software directory:
First download the The Windows XP Support Tools: [http://www.microsoft.com/downloads/details.aspx?FamilyId=49AE8576-9BB9-4126-9761-BA8011FABF38&displaylang=en].
 
Umpack it: C:\>WindowsXP-KB838079-SupportTools-ENU.exe /C /T:%SYSTEMROOT%\temp
 
Copy "support.cab sup_pro.cab sup_srv.cab suptools.msi" onto WPKG server software directory (at your choice).
 
Create the following package with your own software directory:
 
<source lang="xml">
<package id="suptools" name="Support Tools for Windows XP SP2" revision="1" reboot="false" priority="800" >
<remove cmd='msiexec /qn /x {89B078C4-50B0-453E-BF53-3A7E6A0D85FA}' />
</package>
</source>
 
i'll use netdom to modify Netbios/machine name ... ;)[[Category:Changing Windows settings]]