C:\WINDOWS>NET HELP
The syntax of this command is:
NET HELP
command
-or-
NET command /HELP
Commands available are:
NET ACCOUNTS NET HELP NET SHARE
NET COMPUTER NET HELPMSG NET START
NET CONFIG NET LOCALGROUP NET STATISTICS
NET CONFIG SERVER NET NAME NET STOP
NET CONFIG WORKSTATION NET PAUSE NET TIME
NET CONTINUE NET PRINT NET USE
NET FILE NET SEND NET USER
NET GROUP NET SESSION NET VIEW
NET HELP SERVICES lists some of the services you can start.
NET HELP SYNTAX explains how to read NET HELP syntax lines.
NET HELP command | MORE displays Help one screen at a time.
C:\WINDOWS>NET HELP HELPMSG
The syntax of this command is:
NET HELPMSG
message#
NET HELPMSG displays information about Windows network messages
(such as error, warning, and alert messages). When you type NET HELPMSG and
the 4-digit number of the Windows error (for example, NET2182),
Windows tells you about the message and suggests action you can take
to solve a problem.
message# Is the 4-digit number of the Windows message you need help
with. You don't need to type NET as part of the message number.
C:\WINDOWS>NET HELP LOCALGROUP
The syntax of this command is:
NET LOCALGROUP
[groupname
[/COMMENT:"text"
]] [/DOMAIN
] groupname
[/DOMAIN
] groupname name
[...
] [/DOMAIN
]NET LOCALGROUP modifies local groups on computers. When used without
options, it displays the local groups on the computer.
groupname Is the name of the local group to add, expand, or
delete. Supply only a groupname to view a list of
users or global groups in a local group.
/COMMENT:"text" Adds a comment for a new or existing group.
Enclose the text in quotation marks.
/DOMAIN Performs the operation on the domain controller
of the current domain. Otherwise, the operation is
performed on the local workstation.
name
[ ...
] Lists one or more usernames or groupnames to add or to
remove from a local group. Separate multiple entries with
a space. Names may be users or global groups, but not
other local groups. If a user is from another domain,
preface the username with the domain name (for
example, SALES\RALPHR).
/ADD Adds a groupname or username to a local group. An account
must be established for users or global groups added to a
local group with this command.
/DELETE Removes a groupname or username from a local group.
NET HELP command | MORE displays Help one screen at a time.