High
Operating Systems
✓ Solution Verified by Community (0+ upvotes)
How to fix error error-ds-cant-access-remote-part-of-ad in Windows 11
ERROR_DS_CANT_ACCESS_REMOTE_PART_OF_AD = 8585
Fix based on community reports and expert analysis. Last verified: 2026-08-12
· How we verify fixes
| Error Code | error-ds-cant-access-remote-part-of-ad |
|---|---|
| Affected System | Windows 11 (Microsoft) |
| Difficulty | High |
| Estimated Time | 60 min |
| Requires Admin Rights | ⚠️ Yes |
Solution Steps
- 1 Open Command Prompt as Administrator (Win+X, then select 'Terminal (Admin)'). We'll use built-in tools to diagnose.
-
2
Check DNS resolution: Type 'nslookup
' and press Enter. Replace with the actual hostname. If it fails, DNS is misconfigured. Ensure the remote DC's IP is correctly registered in DNS. -
3
Verify network connectivity: Type 'ping
' and press Enter. If ping fails, check firewall rules. Ensure ports 135, 389, 445, and 49152-65535 are open between DCs. - 4 Check replication status: Type 'repadmin /replsummary' and press Enter. This shows replication health. Look for errors indicating access denied or connection failures.
- 5 If replication fails, force replication: Type 'repadmin /syncall /AdeP' and press Enter. This attempts to synchronize with all partners. If it fails, the error might be due to permissions.
- 6 Check permissions on the Active Directory partitions: Use ADSI Edit (adsiedit.msc) to verify that the 'Enterprise Domain Controllers' group has appropriate permissions on the directory partitions. Right-click the partition, select Properties, go to Security tab, and ensure the group has 'Full Control'.
- 7 If permissions are fine, restart the Active Directory Domain Services service: Type 'net stop ntds' then 'net start ntds' in an elevated command prompt. This restarts the directory service and can clear temporary issues.
- 8 If the problem persists, check the event logs for detailed error messages: Open Event Viewer (Win+R, type 'eventvwr.msc'), navigate to 'Windows Logs → Directory Service', and look for events with ID 8585. The details will give more clues.
🔍 Didn't work? Enter your GPU and CPU for hardware-specific advice:
🔧 Still having issues?
Describe your exact problem to Error Buddy and get a personalized fix in seconds.
🛠️ Try Error Buddy — It's Free