Query and list Network computers

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi All
I'm trying to query and get a list of all reachable computers in a network. I also heard that you can query active directory and find domain pc list. but my need is not to query active directory. In windows xp "My Network Places -> Microsoft Windows Network" provides all machines that are present in the network. My need is something similar. Ned help Please.
my email -- (e-mail address removed)
Thanks a lot
OShadha.
 
This can probably be done through WMI. Go into MSDN and go to the index and
type in WIN32_

That will list a bunch of the classes that can be retrieved with WMI. There
are a lot of them. I did a quick search and couldn't find precisely what
you're looking for, but I found a lot of stuff close to it. I'm sure with a
little more looking, you'll find what you need.

Pete

--
http://www.petedavis.net
Oshadha said:
Hi All,
I'm trying to query and get a list of all reachable computers in a
network. I also heard that you can query active directory and find domain pc
list. but my need is not to query active directory. In windows xp "My
Network Places -> Microsoft Windows Network" provides all machines that are
present in the network. My need is something similar. Ned help Please.
 
Back
Top