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
Copy file name to clipboardExpand all lines: support/windows-server/active-directory/deployment-operation-ad-domains.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ This article provides application compatibility information for scenarios in whi
25
25
For the following reasons, create new Active Directory domains that have fully qualified DNS names:
26
26
27
27
- You can't use an internet registrar to register single-label DNS names.
28
-
- When joined to single-label domains, client computers (both domain-joined and non-domain joined) and domain controllers require extra configuration to dynamically register DNS records in single-label DNS zones.
28
+
- When joined to single-label domains, client computers (both domain-joined and nondomain-joined) and domain controllers require extra configuration to dynamically register DNS records in single-label DNS zones.
29
29
- Client computers (domain-joined, nondomain-joined, and Microsoft Entra ID-joined) and domain controllers require extra configuration to resolve DNS queries in single-label DNS zones.
30
30
- Some server-based applications are incompatible with single-label domain names. Newly released applications might not support single-label DNS names, and applications that support single-label DNS names might drop that support in the future.
31
31
- Transitioning from a single-label DNS domain name to a fully qualified DNS name is nontrivial and consists of two options:
@@ -90,7 +90,7 @@ In this configuration, you see the following default behaviors:
90
90
- By default, the client computers don't use the DNS Server service to locate the domain controllers.
91
91
- By default, Windows DNS clients don't send updates to top-level domains.
92
92
93
-
These behaviors cause DNS resolution issues. To mitigate them, you have to change the configurations of the Windows client computers (domain-joined, non-domain joined, or Microsoft Entra ID-joined) and the domain controllers. Use one of the two methods in this section to change the configurations.
93
+
These behaviors cause DNS resolution issues. To mitigate them, you have to change the configurations of the Windows client computers (domain-joined, nondomain-joined, or Microsoft Entra ID-joined) and the domain controllers. To change the configurations, use one of the two methods in this section.
94
94
95
95
> [!IMPORTANT]
96
96
> Before you use either method, make sure that NetBIOS name resolution works correctly in your environment. Otherwise, clients can't access the domains that have single-label DNS names fails.
@@ -101,7 +101,7 @@ These behaviors cause DNS resolution issues. To mitigate them, you have to chang
101
101
102
102
##### Step 1: Change the domain controller locator configuration
103
103
104
-
On the Windows client computers (domain-joined, non-domain joined, or Microsoft Entra ID-joined), follow these steps:
104
+
On the Windows client computers (domain-joined, nondomain-joined, or Microsoft Entra ID-joined), follow these steps:
105
105
106
106
1. In the Search box, enter regedit, and then select **Registry editor**.
107
107
1. Locate and then select the `HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netlogon\Parameters` subkey.
@@ -113,7 +113,7 @@ On the Windows client computers (domain-joined, non-domain joined, or Microsoft
113
113
114
114
##### Step 2: Change the dynamic update configuration for the DNS root zone or single-label DNS zones
115
115
116
-
Apply these changes to all domain controllers and members of domains that have single-label DNS names. If a domain that has a single-label DNS name is a forest root, apply these configuration changes to all the domain controllers in the forest, unless the separate zones \_msdcs. *ForestName*, \_sites. *ForestName*, _tcp. *ForestName*, and_udp. *ForestName* are delegated from the *ForestName* zone.
116
+
Apply these changes to all domain controllers and members of domains that have single-label DNS names. If a domain that has a single-label DNS name is a forest root domain, apply these changes to all the domain controllers in the forest, unless the separate zones \_msdcs. *ForestName*, \_sites. *ForestName*, _tcp. *ForestName*, and \_udp. *ForestName* are delegated from the *ForestName* zone.
0 commit comments