To check that a DNS Suffix is defined:
- open a CMD prompt
- type: ipconfig /all | find /i “Suffix”
- the DNS suffixes (primary and search) should be displayed
To check that the proper DNS record for KMS Server Auto-Discovery exists:
- open a CMD prompt
- type: nslookup -type=SRV _vlmcs._tcp
- If a DNS record is found, it should be displayed
- Remember: the client must have a Primary DNS suffix configured for this to work