顯示具有 windows server 2008 標籤的文章。 顯示所有文章
顯示具有 windows server 2008 標籤的文章。 顯示所有文章

2019年3月2日 星期六

Simple check to confirm access to a Domain Controller

Simple check to confirm access to a Domain Controller

've actually found a route that seems simple enough, though I've yet to try it out.
nltest /dsgetdc:my_domain_name

Query the domain for the current Primary Domain Controller
NETDOM QUERY /D:%USERDNSDOMAIN% PDC
Query the domain for the current list of FSMO owners
NETDOM QUERY /D:%USERDNSDOMAIN% FSMO
The commands will return the active PDC and DC(s) responsible for various FSMO roles.