Latest Post

Quick Tip – Find host name from IP on Windows

I needed to find the host name of a machine on my network. I found that you can find it using the built in NBTStat application in Windows. NBTStat is NetBios over TCP/IP.

Issue a command like so:

>nbtstat -A 10.0.0.8
In other news