How do you get a list of the computers and domains on your network?

  • Thread starter Thread starter WWallace
  • Start date Start date
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
 
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.
 
Back
Top