Windows Active Directory: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 19: | Line 19: | ||
==Show DC GUID== | ==Show DC GUID== | ||
repadmin /showreps | |||
== | ==Domain Controller Diagnostics== | ||
===Verify DNS Services for DC=== | |||
dcdiag /test:dns | |||
===Comprehensive, Run all tests, Verbose=== | |||
dcdiag /c /v | |||
==Force registration of all DC-specific DNS records== | |||
nltest.exe /dsregdns |
Revision as of 20:21, 19 July 2024
Client Commands
List Applied GPO's
rsop.msc
(GUI version)
gpresult /r /scope computer
(CLI version)
or save it to an html file with /h:
gpresult /h c:\gpresult.html
Confirm DC is Reachable
net view \\<source DC name>
Domain Controller Admin
Show DC GUID
repadmin /showreps
Domain Controller Diagnostics
Verify DNS Services for DC
dcdiag /test:dns
Comprehensive, Run all tests, Verbose
dcdiag /c /v
Force registration of all DC-specific DNS records
nltest.exe /dsregdns