Powershell エラー"A connection to the directory on which to process the request was unavailable. This is likely a transient condition."Issue ユーザーが Active Directory と調整する powershell コマンドを実行しているときに、次のエラーが発生することがあります。 "A connection to the directory on which to process the request was unavailable. This is likely a transient condition." 「要求を処理するディレクトリへの接続が利用できませんでした。これは一時的な状態である可能性が高い」。 最大 20 個の powershell セッションの実行をトリガーするワークフローを実装し、それぞれが Active Directory モジュールをインポートして AD との接続を作成するときに、エラーが再現されます。Causeこれは、Active Directory サーバー側の問題/PowerShell の制限です。短期間 (~20 要求以上) で複数の同時要求を処理することはできません。Resolutionグーグルで検索すると、他の人もこれを経験していることがわかります。以下は、これらの問題のいくつかと、問題を解決するための人々の提案です。https://forum.forgerock.com/topic/adpowershell-issue-frequent-loading-of/ https://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 http://dietechnology.blogspot.com/2013/02/a-connection-to-directory-on-which-to.html https://stackoverflow.com/questions/53478669/active-directory-transient-error-when-bulk-using-activedirectory-cmdlet このエラーの詳細については、AD アドミンにもお問い合わせください。