Hello,
How can I get a list of all computer names on the network(LAN)?
Thank you
List of all computers on the network
2 posts
You can get it via an ExecDos call to 'Net View':
Or using the Windows API WNetEnumResource with the System plugin:
Looking to quick view how many computers running in your local area network(LAN)? without using any software.? NT OS shipped with handy net command that is used to update, fix, or view the network or network settings. NET VIEW command displays a list of computers in a specified workgroup or the shared resources available on
Or using the Windows API WNetEnumResource with the System plugin: