Home » Questions » Computers [ Ask a new question ]

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

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

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?

Asked by: Guest | Views: 241
Total answers/comments: 1
Guest [Entry]

"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"