The syntax of this command is:

NET COMPUTER [/DOMAIN:domainname]
             \\\\computername { /ADD [/BACKUP] | /DEL } [/DOMAIN:domainname]

This command displays or modifies the list of the computer accounts in
the accounts database of the specified domain.  It can only be used on
a domain controller.

COMMENTS

To display the list of the computer accounts in your domain database,
type "net computer" without options.

A display of the computer accounts in the accounts database of the
domain called sales_dom looks similar to the following:

These computers belong to domain sales_dom:

Computer                  Type
_______________________________________________________________________
sales_asu                 Backup
salescenter               Primary
jenny                     Workstation
paul                      Workstation

Use the "net computer" command for adding or deleting a computer from
a domain database.  You can add a computer as Workstation (default), or
as Backup Server, by specifying /BACKUP option.  This command can be
performed on domains other than the domain to which your AS/U Server 
belongs, by specifying /DOMAIN:domainname.

EXAMPLES

To add a workstation called sales_nt to the list of computers in the
domain called sales_dom, type the following at a UNIX system console:

     net computer \\\\sales_nt /add /domain:sales_dom

To add a member server called files01_asu to the list of computers in
your local domain, type the following:

     net computer \\\\files01_asu /add

To add a backup server called bdc01_asu to the list of computers in
your local domain, type the following:

     net computer \\\\bdc01_asu /add /backup

To delete a computer called product_asu from the domain called manage_dom,
type the following:

     net computer \\\\product_asu /del /domain:manage_dom 

To display a list of computer accounts in the accounts database of
the domain called market_dom, type the following:

     net computer /domain:market_dom

SEE ALSO

       For information about                  See
       _____________________                  _________
       Getting help with network commands     net help

       Computers active in a domain           net browser

To get Help on command options, type "net help {command} /options | more".
To get Help one screen at a time, type "net help {command} | more".