You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error 0x0000232A indicates that the Domain Name System (DNS) name can't be resolved. The error code can appear with error codes such as RCODE\_NAME\_ERROR and RCODE\_SERVER\_FAILURE, which indicate potential misconfigurations in DNS settings or root hints. Error 0x0000232A might also occur if the client computer lacks NetBIOS name resolution to the domain.
59
+
Error 0x0000232A indicates that the Domain Name System (DNS) name can't be resolved. The error code can appear with error codes such as RCODE\_NAME\_ERROR and RCODE\_SERVER\_FAILURE, which indicate potential misconfigurations in the DNS settings or root hints. Error 0x0000232A might also occur if the client computer lacks NetBIOS name resolution to the domain.
60
60
61
61
## Troubleshooting steps
62
62
63
-
1. When you enter the domain name, ensure that you enter the DNS Domain Name rather than the NetBIOS name. For example, if the DNS name of the domain is contoso.com, make sure you enter that name instead of contoso.
64
-
2.Verified the DNS server settings on the client to ensure they're pointing to the correct DNS server.
65
-
3. In DNS management console, confirm that SRV records are correctly registered in DNS for the Active Directory Domain Controller.
66
-
4.Conducted tests to ensure that DNS queries from the client to the AD DS server are successful after adjustments are made.
63
+
1. When you enter the domain name, ensure that you enter the DNS domain name rather than the NetBIOS name. For example, if the DNS name of the domain is `contoso.com`, make sure you enter that name instead of `contoso`.
64
+
2.Verify the DNS server settings on the client to ensure they point to the correct DNS server.
65
+
3. In the DNS management console, confirm that the SRV records are correctly registered in DNS for the Active Directory domain controller (DC).
66
+
4.Conduct tests to ensure that DNS queries from the client to the Active Directory Domain Services (AD DS) server are successful after adjustments are made:
67
67
68
68
```console
69
69
nltest /dsgetdc:
70
70
```
71
71
72
-
The expected output should have the DC name as following.
72
+
The expected output should have the DC name as follows:
0 commit comments