Reset AD User Password workflow activity failingIssue Reset AD (Active Directory) User Password workflow activity fails if the MID server host is connected to more than one different domain controllersReleaseALLCauseThe Password Reset PowerShell ECC (Elliptic Curve Cryptograph) is sent to DNS (Domain Name System) of MID-server host, which resolves to more than one different domain controllers. Normally when a user is created on one domain controller, it takes a while before it's synced to another domain controller. However, in the workflow the password reset request is sent to a different domain controller too quick before the synchronization completes, thus error "user doesn't exist" is thrown.ResolutionWe have the below 3 workarounds which can be implemented to resolve this issue workaround 1: Add a timer before the Reset AD User Password activity workaround 2: Point the activity to the hostname of a domain controller instead of the round-robin DNS name workaround 3: add a "Query AD" activity before "Reset AD User Password" activity to confirm the object is created, if not, goes into a timer, then loop it until the object is created.