Pages

Thursday, 30 May 2019

Windows Active Directory step by step (1) ------ how to see current domain user's DN and DC server name

1. Get the current domain user's DN

Login a Windows OS with your domain user account, then run cmd.exe to open a console.
Run: 

whoami /fqdn

e.g.

2. Get the DC server name

echo %logonserver%

e.g.

No comments:

Post a Comment