Here's how you can find out which domain controller your computer is getting authenticated with:
gpresult /rSET L
echo %logonserver%
nltest /dsgetdc:
gpresult /r /scope:computer
=VB Script= Set objDomain = GetObject("LDAP://rootDSE") strDC = objDomain.Get("dnsHostName") Wscript.Echo "Authenticating domain controller: " & strDC
Which DCs are there in the domain?
NETDOM QUERY PDC
NETDOM QUERY DC (Lists all DC’s in domain)
NETDOM QUERY FSMO
![[edit_power_plan_policy[4].png]](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgQkHVDQRP9VRTkYSU1lPmzB86HlNiKPYwMaEPPLQVv3_bVSYLlw1zZqbPgFWV62GIwC-EUH4pxI97cZQufTNsjkMP9xS3av-kMK3k6J-J7N-9D8MJ9_V5myjg7OVHliAHhWzOdvtk9ai0/s640/edit_power_plan_policy%5B4%5D.png)