The ipconfig command on other networked computers under same domain/workgroup

43,609

Solution 1

It only works on the current workstation. You can use the PsExec tool to run it on a remote machine:

> psexec \\remotecomputer ipconfig /all

If you have more than one computer, you can put the computer names in a textfile (eg computerlist.txt) and run it like this:

> psexec @computerlist.txt ipconfig /all

Solution 2

For anyone who interested in the solution how to get IP config remotely..

I found the best way to obtain IP settings remotely. It can be easily done with Remote IP Configuration utility of AdminToys Suite from http://www.admintoyssuite.com/

It allows you to change network card settings instead of just viewing IP address, mask, DHCP etc.

Hope that helps

Share:
43,609

Related videos on Youtube

skjindal93
Author by

skjindal93

Updated on September 17, 2022

Comments

  • skjindal93
    skjindal93 over 1 year

    Does the ipconfig command only work on the workstation that you are physically on or can it be used across a domain/workgroup? Is there a different command that does accomplish this?

  • Jon Story
    Jon Story about 11 years
    Could you please disclose your affiliation with the product according to the FAQ? Excessive self-promoting is not welcome here