The syntax of this command is:

NET BROWSER [/DOMAIN:domainname]

This command browses the list of domains visible from your computer or
the list of computers active in the specified domain.

COMMENTS

This command displays only the list of those computers in the domain
specified which are currently online.  There may be other computers
in the domain, which are currently turned off or not connected to 
the network.  Use "net computer" command to display all computers
in the domain.   

NOTE: This command works only when the Browser service is running on
the Primary Domain Controller of the domain to which your AS/U Server
belongs. 

To display the list of domains visible from your computer, type "net 
browser" without options. 

A display of domains visible from your computer looks similar to the
following:

These domains are visible from your Domain Controller:
SALES_DOM               LEGAL.DOM              MARKETING.DOM
HELPDESK_DOM

EXAMPLES

To display a list of computers active in the domain called product_dom, 
type the following at a UNIX system console: 

     net browser /domain:product_dom

The output of this request will look similar to the following:

These computers are active in domain product_dom:
PRODUCT1_ASU           PRODUCT2_ASU           TEST
SUPPORT1               SUPPORT2


SEE ALSO

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

       All computer accounts in domain        net computer

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