How To Quickly Check IP Address on Remote Computers?
| | Wednesday, May 20, 2009|
How to quickly check IP Address information on all the computers using a single command. Windows does not ship with a command which can be used to quickly check the IP Address information on all the remote computers. You need to use third party tools or a utility to do so. I use Psexec.exe to get this information. Steps: Create a Text file named Servers.txt Paste all the computer names in the Text file Run the following command to store IP Information to a Text file: Psexec.exe -@Servers.txt Ipconfig > Result.txt