Finding out your full domain and username on windows
Username
From a DOS prompt, type echo %USERNAME% /domain . This should return your username as registered in the current domain.
Full Domain Name
I can never remember the full domain name – an easy way to look it up is to type the following (on a DOS prompt):
net user YOURUSERNAME /domain
This should provide the full domain name as well as other statistics about your network account on this domain.
Leave a Reply