How can I find out the name/IP address of the AD domain controller on my network?
On any computer, that has DNS configured to use AD’s DNS server do:
Start → Run → nslookup
set type=all
_ldap._tcp.dc._msdcs.DOMAIN_NAME
Replace DOMAIN_NAME with the actual domain name e.g. example.com. Read more here.