I know the name of the Domain, but I need to RDC to the actual computer to add someone and the sysadmins are on vacation. Anyone know how I can figure out the IP for the DOMAIN?
I know the name of the Domain, but I need to RDC to the actual computer to add someone and the sysadmins are on vacation. Anyone know how I can figure out the IP for the DOMAIN?
The environment variable
%LOGONSERVER%
stores the name of the Domain Controller that authenticated your logon.You could use this command from cmd prompt:
Then look for this line in the output:
If you just need to RDC to it, you can just type in your DNS Domain Name.
For example, if you're in the example.com domain, you can RDC to "example.com" and get one of the Domain Controllers.
Mostly AD will be the same as your DNS server which you can find by typing:
ipconfig /all
From the command prompt you can also run "systeminfo" which will echo the Logon Server and other info.