Skip to content

Commit 000eddb

Browse files
authored
update
1 parent 55711e8 commit 000eddb

1 file changed

Lines changed: 1 addition & 17 deletions

File tree

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

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

5454
### Error code 0x569
5555

56-
> The user has not been granted the requested logon type at this computer.
57-
58-
Here's an example from the *netsetup.log* file:
59-
60-
```output
61-
mm/dd/yyyy hh:mm:ss:ms NetpDsGetDcName: failed to find a DC having account <computer name>$': 0x525
62-
mm/dd/yyyy hh:mm:ss:ms NetpDsGetDcName: found DC '\\<DC name>.<domain>.<tld>' in the specified domain
63-
mm/dd/yyyy hh:mm:ss:ms NetUseAdd to \\<DC name>.<domain>.<tld>\IPC$ returned 1385
64-
mm/dd/yyyy hh:mm:ss:ms NetpJoinDomain: status of connecting to dc '\\<DC Name>.<Domain>.<tld>': 0x569
65-
mm/dd/yyyy hh:mm:ss:ms NetpDoDomainJoin: status: 0x569
66-
```
67-
68-
Error 0x569 is logged when the domain join user lacks the **Access this computer from the network** user right. Make sure of the following items:
69-
70-
- Verify that the user account performing the domain join operation (or the security group that owns the member of the domain join user) has been granted the **Access this computer from the network** right in the default domain controllers policy.
71-
- The default domain controllers policy is linked to the OU that hosts the DC computer account that's servicing the domain join operation.
72-
- The DC servicing the domain join operation applies the policy successfully, specifically the user rights settings defined in the default domain controllers policy.
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).
7357

7458
### Error code 0x534
7559

0 commit comments

Comments
 (0)