Jump to content

Recommended Posts

Posted

Does anyone have a recommendation for a free LAN scanner to obtain IP

address, PC name and logged on user?

 

Thank you.

  • Replies 1
  • Created
  • Last Reply
Guest Hal Rottenberg
Posted

Re: LAN Scanner

 

Jet wrote:

> Does anyone have a recommendation for a free LAN scanner to obtain IP

> address, PC name and logged on user?

 

NBTscan is a neat little tool which might help. A friend wrote a script

to wrap it into PowerShell, he blogged about it here:

http://thepowershellguy.com/blogs/gaurhoth/archive/2007/10/05/get-nbthosts.aspx

 

Here's what the output looks like:

 

PS D:\ps> Get-NBTHosts 10.150.5.0/24

 

IPAddress Name User MACAddress

--------- ---- ---- ----------

10.150.5.3 HHHSSC65SP5 <unknown> XX-XX-XX-XX-XX-XX

10.150.5.6 HHHSQL <unknown> XX-XX-XX-XX-XX-XX

10.150.5.8 HHHFDBSVR <unknown> XX-XX-XX-XX-XX-XX

 

 

 

--

Hal Rottenberg <hal@halr9000.com>

Author, TechProsaic (http://halr9000.com)

Webmaster, Psi (http://psi-im.org)

Co-host, PowerScripting Podcast (http://powerscripting.net)


×
×
  • Create New...