The syntax of this command is:

NET ADMIN \\servername [password | \*] /COMMAND [command]

This command runs an Solaris (TM) PC NetLink command or starts a 
command processor on a remote server.

COMMENTS

To start a secondary command processor on a remote server,
press "return" immediately following  /COMMAND.  Then, to
return to the local server, type "exit" and press "return".

When executing a command on a remote server, the command
processor prompts for commands, executes them, and returns
output to the local screen. If you do not include a full
pathname for a command, the local server uses the
\SYSTEM\CurrentControlSet\Services\AdvancedServer\NetAdmin
Parameters\NetAdminPath value in the Registry.

When you issue a "net admin" command to a server from a
client, you must include all of the options on the command
line since you will not be able to respond to the prompts
that you would have received if you were working at the
server.  If the command is one that would normally prompt
you for verification, you must include the /Y option.  For
example:

    net admin \\headqtrs /c net share printq1 /PRINT  /y

will create and share a printer queue named printq1 on a
server named headqtrs, but:

    net admin \\headqtrs /c net share printq1 /PRINT 

will fail.

EXAMPLES

To run the "net group" command remotely (on server "market_asu"), 
type the following (replacing "password" with the password for
"administrator":

    net admin \\market_asu password /command net group

SEE ALSO

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

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".