In tech support, resolving IP addresses to host names can be something you do on a relatively frequent basis. While I’ve always used the CLI ping
command with the -a
option, I have also been working towards higher proficiency in PowerShell. Frankly, for a single IP address, I prefer sticking with CLI. When working with a number of addresses, however, it gets a lot more interesting.
Tag: ping
-
PowerShell: Finding host name from IP address
-
Quickly and simply troubleshoot networks from the command line
I love using command line tools, especially for troubleshooting networking. There are two simple commands you need to know;
ipconfig
andping
. Here’s a simple guide to finding where the problem :
(more…)