3,217
edits
Changes
Netdom
,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:
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>