Linux has easy commands to find the DHCP server IP address via a command prompt.

Is there anything for Windows?

link|improve this question
feedback

migrated from serverfault.com Jul 23 '11 at 14:43

This question came from our site for system administrators and desktop support professionals.

3 Answers

up vote 12 down vote accepted

The DHCP server used to obtain an address is included in the output of ipconfig /all.

enter image description here

link|improve this answer
feedback

ipconfig /all | findstr /C:"DHCP Server"

link|improve this answer
feedback

ipconfig /all

link|improve this answer
feedback

Your Answer

 
or
required, but never shown