Skip to content

Commit 55711e8

Browse files
authored
update per sme comments
1 parent c0a4c6e commit 55711e8

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

support/windows-server/active-directory/error-0x569-not-granted-logon-type.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ This error occurs because the domain join user account lacks the **Access this c
3838

3939
To resolve this error, follow these steps:
4040

41-
1. Verify that the user account performing the domain join operation (or a security group that owns the domain join user account as a member) has been granted the **Access this computer from the network** right in the **Default Domain Controllers Policy**.
42-
2. Ensure that the **Default Domain Controllers Policy** is linked to the organizational unit (OU) that hosts the domain controller (DC) computer account that is servicing the domain join operation.
43-
3. Confirm that the DC servicing the domain join operation applies the policy successfully, specifically user rights settings defined in the **Default Domain Controllers Policy**.
41+
1. There is little reason to restrict **Everyone** from accessing domain controllers (DCs) over the network. You can add a group named "domain joiners" to the policy.
42+
> [!NOTE]
43+
> Don't add the user directly.
44+
2. Verify that **Everyone** or the group "domain joiners" has been granted the **Access this computer from the network** right in the group policy applying to all DCs. By default, this policy is **Default Domain Controllers Policy**.
45+
3. Ensure that the relevant policy is linked to the organizational unit (OU) that hosts the DCs.
46+
> [!NOTE]
47+
> Place all DC computer accounts in the **Domain Controllers** OU.
48+
4. Confirm that the DCs servicing the domain join operation apply the relevant policy successfully.

0 commit comments

Comments
 (0)