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

  • Thread starter Thread starter WWallace
  • Start date Start date
W

WWallace

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

William
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top