Hello Mendoza Joshua,
What you’re seeing with password writeback timing out is often caused by the connector reaching out to a domain controller that’s geographically distant or overloaded, which pushes the response beyond the 30‑second window.
The recommended approach is to configure preferred domain controllers for Entra Connect. You can do this by editing the miiserver.exe.config file on the Entra Connect server and specifying the preferredDCs attribute, listing the hostnames of the DCs you want the connector to prioritize. This ensures that password writeback requests are sent to local or high‑performing DCs first. Another best practice is to verify that your AD site and subnet mappings are correct, so the connector can naturally select the closest DCs based on topology.
You can also monitor DC response times with tools like repadmin /showrepl and event logs to confirm which controllers are slow. If needed, adjust site link costs in Active Directory to discourage referrals to remote DCs. Finally, make sure your Entra Connect server itself is placed in the same site as the preferred DCs to minimize latency.
I hope the response provided some helpful insight. If you find this answer useful, please hit “accept answer” so I know it addressed your concern.
Jason.