The syntax of this command is:
NET VIEW [\\servername]
This command displays a list of servers or displays
resources being shared by a server.
COMMENTS
To display a list of servers in your workstation domain and
other domains, type "net view" without options. The display
is similar to the following:
Server Name Remark
___________________ ___________________________
\\PRODUCT_asu Product file server
\\PRINT1_asu Printer room, first floor
\\PRINT2_asu Printer room, second floor
EXAMPLES
From a UNIX system console, to see a list of the resources
shared by the product server, type the following:
net view \\product_asu
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 view \\product_asu
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".