Powershell error "A connection to the directory on which to process the request was unavailable. This is likely a transient condition."Issue User's may encounter the following error while running powershell commands to orchestrate with Active Directory. "A connection to the directory on which to process the request was unavailable. This is likely a transient condition.". The error is reproduced when implementing a workflow that triggers up to 20 powershell sessions to run, each importing the Active Directory module to create a connection with AD.ReleaseAllCauseThis is an Active Directory Server side issue/ PowerShell limitation. It is unable to handle multiple concurrent requests in a short period of time (~20 requests or more).ResolutionWork with your Windows/AD admin to update your PowerShell script to reduce connections to the AD server.Related Linkshttps://www.reddit.com/r/PowerShell/comments/1xnh76/help_with_a_powershell_error/ https://social.technet.microsoft.com/Forums/lync/en-US/a1d88f7f-56a9-4be3-b031-d0fa8944cb5e/a-connection-to-the-directory-on-which-to-process-the-request-was-unavailable-this-is-likely-a?forum=winserverpowershell https://stackoverflow.com/questions/53478669/active-directory-transient-error-when-bulk-using-activedirectory-cmdlet Please also engage your AD Admin for further assistance for this error.