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/active-directory-domain-join-troubleshooting-guidance.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ The following table lists the ports required to be open between the client compu
53
53
54
54
### Error code 0x569
55
55
56
-
For more information, see [Error code 0x569: the user has not been granted the requested logon type at this computer](error-0x569-not-granted-logon-type.md).
56
+
For more information, see [Error code 0x569: The user has not been granted the requested logon type at this computer](error-0x569-not-granted-logon-type.md).
Copy file name to clipboardExpand all lines: support/windows-server/active-directory/error-0x569-not-granted-logon-type.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
-
title: The User Has Not Been Granted the Requested Logon Type at This Computer
3
-
description: Helps resolve the error code 0x569 that occurs during a domain join operation. It provides a detailed analysis of the NetSetup.log and offers a step-by-step resolution to ensure the user account has the necessary rights.
4
-
ms.date: 03/19/2025
2
+
title: User Has Not Been Granted the Requested Logon Type at This Computer
3
+
description: Helps resolve the error code 0x569 that occurs during a domain join operation.
4
+
ms.date: 03/24/2025
5
5
manager: dcscontentpm
6
6
audience: itpro
7
7
ms.topic: troubleshooting
@@ -10,9 +10,9 @@ ms.custom:
10
10
- sap:active directory\on-premises active directory domain join
11
11
- pcy:WinComm Directory Services
12
12
---
13
-
# Error code 0x569: the user has not been granted the requested logon type at this computer
13
+
# Error code 0x569: The user has not been granted the requested logon type at this computer
14
14
15
-
This article helps resolve the error code 0x569 that occurs during a domain join operation. It provides a detailed analysis of the **NetSetup.log** and offers a step-by-step resolution to ensure the user account has the necessary rights.
15
+
This article helps resolve the error code 0x569 that occurs during a domain join operation. It provides a detailed analysis of the **NetSetup.log** and a step-by-step resolution to ensure the user account has the necessary rights.
16
16
17
17
You receive the following error message during a domain join operation:
This error occurs because the domain join user account lacks the **Access this computer from the network** user right.
38
38
39
39
To resolve this error, follow these steps:
40
40
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.
41
+
1. There's no need to restrict **Everyone** from accessing domain controllers (DCs) over the network. You can add a group named "domain joiners" to the policy.
42
42
> [!NOTE]
43
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**.
44
+
2. Verify that **Everyone** or the "domain joiners" group has been granted the **Access this computer from the network** right in the group policy applying to all DCs. By default, this policy is the**Default Domain Controllers Policy**.
45
45
3. Ensure that the relevant policy is linked to the organizational unit (OU) that hosts the DCs.
46
46
> [!NOTE]
47
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.
48
+
4. Confirm that the DCs servicing the domain join operation have applied the relevant policy successfully.
0 commit comments