W WWallace Oct 23, 2003 #1 How do you get a list of the computers and domains on your network? William
M Michael Giagnocavo [MVP] Oct 23, 2003 #2 You have to use the NET API, part of Win32. To call it from .NET, you'll need to use Platform Invocation (P/Invoke). -mike MVP
You have to use the NET API, part of Win32. To call it from .NET, you'll need to use Platform Invocation (P/Invoke). -mike MVP
W Willy Denoyette [MVP] Oct 26, 2003 #3 If your computers are domain members, you could use the DirectoryServices namespace classes to query the Domain Controller/Active Directory for this kind of info. Willy.
If your computers are domain members, you could use the DirectoryServices namespace classes to query the Domain Controller/Active Directory for this kind of info. Willy.