List computers

YODA0340

Newcomer
Joined
Sep 13, 2005
Messages
11
I am looking for a fast, easy way to list all of the networked computers (and to only list those that are avaliable would also be nice). Please Help!
(vb.net 2005)
 
Well, pretty much the only way to do this is to ping networks within a certain IP range and see if you get responses back.
 
You can use System.DirectoryServices (although I'm unsure of exactly what kind of information is available). You can also use netapi, but I've never dealt with it directly so I'm not of much use :)
 
Back
Top