Click here to Skip to main content
15,920,602 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Everyone
Can anyone help me out in retrieving all the computer names of the systems connected on LAN. Thanks in advance...
Posted

If you would mean, to achieve the result using C#, then please have a look following links,

Retreiving a list of network computer names using C#[^]

Retrieving Network Computer names c#[^]

hope it helps :)
 
Share this answer
 
Open command prompt, and use NBTSTAT command with a -A switch and the IP Address.


See Here[^] for more info.

But the usage would be NBTSTAT -A xxx.xxx.xxx.xxx

(Where the xxx's are the IP address).

Simples.
 
Share this answer
 
Comments
ThomasCarmen 22-Jul-11 5:31am    
Nice, have a 5!
Sufi Saint 22-Jul-11 5:52am    
Is there any way to achieve this through coding????

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900