getting ipconfig /all info from a remote PC

  • Thread starter Thread starter biff
  • Start date Start date
B

biff

Guest
is there a DOS command I can run on a remote PC to get the information that
ipconfig /all provides when run on a local machine?

I am looking to try to determine whether a remore PC is static IP or DHCP
 
Re: getting ipconfig /all info from a remote PC


"biff" <biff@discussions.microsoft.com> wrote in message
news:2BF2938B-7D5B-45E3-83BA-C8438A6318F3@microsoft.com...
> is there a DOS command I can run on a remote PC to get the information
> that
> ipconfig /all provides when run on a local machine?
>
> I am looking to try to determine whether a remore PC is static IP or DHCP


No, DOS cannot do this, but then DOS is a legacy OS that was
released some thirty years ago and that is now rarely used. However,
you could invoke ipconfig.exe with psexec.exe under a Command
Prompt. Psexec.exe is available from www.sysinternals.com.
 
Back
Top