Guest biff Posted July 10, 2008 Posted July 10, 2008 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
Guest Pegasus \(MVP\) Posted July 10, 2008 Posted July 10, 2008 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 http://www.sysinternals.com.
Recommended Posts