C:\WINDOWS>NET HELP COMPUTER
The syntax of this command is:
NET COMPUTER
\\computername
NET COMPUTER adds or deletes computers from a domain database. This
command is available only on Windows NT Servers.
\\computername Specifies the computer to add or delete from
the domain.
/ADD Adds the specified computer to the domain.
/DEL Removes the specified computer from the domain.
C:\WINDOWS>NET HELP CONFIG
The syntax of this command is:
NET CONFIG
[SERVER | WORKSTATION
]NET CONFIG displays configuration information of the Workstation or
Server service. When used without the SERVER or WORKSTATION switch,
it displays a list of configurable services. To get help with
configuring a service, type NET HELP CONFIG service.
SERVER Displays information about the configuration of
the Server service.
WORKSTATION Displays information about the configuration of
the Workstation service.
NET HELP command | MORE displays Help one screen at a time.
C:\WINDOWS>NET HELP CONFIG SERVER
The syntax of this command is:
NET CONFIG SERVER
[/AUTODISCONNECT:time
] [/SRVCOMMENT:"text"
] [/HIDDEN:
NET CONFIG SERVER displays or changes settings for the Server service.
/AUTODISCONNECT:time Sets the maximum number of minutes a user's
session can be inactive before it is disconnected.
You can specify -1 to never disconnect. The range
is -1-65535 minutes; the default is 15.
/SRVCOMMENT:"text" Adds a comment for the server that is displayed in
Windows Screens and with the NET VIEW command.
The comment can have as many as 48 characters.
Enclose the text in quotation marks.
/HIDDEN: Specifies whether the server's computername
appears on display listings of servers. Note that
hiding a server does not alter the permissions
on that server. The default is NO.
To display the current configuration for the Server service,
type NET CONFIG SERVER without parameters.
NET HELP command | MORE displays Help one screen at a time.