Posted by: nowiremember | October 21, 2008

How To Quickly Check IP Address on Remote Computers?

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


Leave a response

You must be logged in to post a comment.

Categories