Skip to content

Commit a1eee5d

Browse files
authored
Updates from editor
1 parent 000eddb commit a1eee5d

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

support/windows-server/active-directory/active-directory-domain-join-troubleshooting-guidance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The following table lists the ports required to be open between the client compu
5353

5454
### Error code 0x569
5555

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).
5757

5858
### Error code 0x534
5959

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
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
55
manager: dcscontentpm
66
audience: itpro
77
ms.topic: troubleshooting
@@ -10,9 +10,9 @@ ms.custom:
1010
- sap:active directory\on-premises active directory domain join
1111
- pcy:WinComm Directory Services
1212
---
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
1414

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.
1616

1717
You receive the following error message during a domain join operation:
1818

@@ -30,19 +30,19 @@ mm/dd hh:mm:ss NetpDoDomainJoin: status: 0x569
3030

3131
Here's more information about the error code:
3232

33-
|HEX error |Decimal error |Symbolic error string |
33+
|Hexadecimal error |Decimal error |Symbolic error string |
3434
|---------|---------|---------|
3535
|0x569 |1385 |ERROR_LOGON_TYPE_NOT_GRANTED |
3636

3737
This error occurs because the domain join user account lacks the **Access this computer from the network** user right.
3838

3939
To resolve this error, follow these steps:
4040

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.
4242
> [!NOTE]
4343
> 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**.
4545
3. Ensure that the relevant policy is linked to the organizational unit (OU) that hosts the DCs.
4646
> [!NOTE]
4747
> 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

Comments
 (0)