
Finding the Fully Qualified Domain Name
To find the fully qualified domain name of a system, at the Windows command prompt on that system, enter:
IPCONFIG /ALL
To form the fully qualified domain name, concatenate the values of<host_name> and <Primary_Dns_Suffix> as follows:
<host_name>
.
<Primary_Dns_Suffix>
For example, the IP configuration
Host Name . . . . . . : MYSERVER
Primary Dns Suffix . . . : mydomain.Adventure-Works.com
equates to the following fully qualified domain name:
MYSERVER.mydomain.Adventure-Works.com