Getting domain PCs

I_R_Lee

Regular
Joined
Jul 18, 2002
Messages
50
Location
Sydney, Australia
Is there a way to get all of the PCs on a specified domain using the .NET Framework? Or would it just be easier to get the data yourself and store it in an XML file for future use
 
I would like to do this as well, but for the computers on my workgroup as I am in a peer-to-peer network.. does anyone have any ideas?
 
You could open a socket on a server computer and have all the others connect and report their IPs on startup. Try looking in the Socket classes their might be a function but I don't really know
 
Back
Top