The syntax of this command is:
NET STATUS
This command displays a server's computername, configuration
settings, and a list of shared resources on the server.
COMMENTS
The "net status" command displays the same information as the
"net config" and "net share" commands combined.
EXAMPLES
At a UNIX system console, to see the configuration values
and shared resources for a server one screen at a time, type
the following:
net status | more
To run the same command remotely (on server "market_asu"), type
the following (replacing "password" with the password for
"administrator":
net admin \\market_asu password /command net status | more
SEE ALSO
For information about See
_____________________ _________
Getting help with network commands net help
Displaying server configuration net config server
values
Displaying the resources being net share
shared from a server
Displaying a list of server usage net statistics server
statistics
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".