エラー WinRM クライアントが要求を処理できません。TrustedHosts を構成するには winrm.cmd を使用します。Issue 次のいずれかのエラーが返されます。 Winrs エラー:WinRM クライアントが要求を処理できません。デフォルト認証は、次の条件下で IP アドレスと共に使用できます:トランスポートが HTTPS であるか、宛先が TrustedHosts リストにあり、かつ明示的な認証情報が提供されている。TrustedHosts を構成するには winrm.cmd を使用します。TrustedHosts リスト内のコンピューターが認証されていない可能性があることに注意してください。TrustedHosts を設定する方法の詳細については、コマンド winrm help config を実行します。(Winrs error:The WinRM client cannot process the request. Default authentication may be used with an IP address under the following conditions: the transport is HTTPS or the destination is in the TrustedHosts list, and explicit credentials are provided. Use winrm.cmd to configure TrustedHosts. Note that computers in the TrustedHosts list might not be authenticated. For more information on how to set TrustedHosts run the following command: winrm help config) WinRM クライアントが要求を処理できません。認証スキームが Kerberos と異なる場合、またはクライアントコンピューターがドメインに参加していない場合は、HTTPS トランスポートを使用するか、宛先コンピューターを TrustedHosts 構成設定に追加する必要があります。TrustedHosts を構成するには winrm.cmd を使用します。TrustedHosts リスト内のコンピューターが認証されていない可能性があることに注意してください。その詳細情報を取得するには、コマンド winrm help config を実行します。詳細については、about_Remote_Troubleshooting のヘルプトピックを参照してください。(The WinRM client cannot process the request. If the authentication scheme is different from Kerberos, or if the client computer is not joined to a domain, then HTTPS transport must be used or the destination machine must be added to the TrustedHosts configuration setting. Use winrm.cmd to configure TrustedHosts. Note that computers in the TrustedHosts list might not be authenticated. You can get more information about that by running the following command: winrm help config. For more information, see the about_Remote_Troubleshooting Help topic.)Release現在サポートされているすべてのリリース。CauseIP での WinRM HTTP 通信ソースサーバー (MID サーバー) がターゲットサーバーと同じドメイン上にない。Resolutionターゲット IP アドレスを TrustedHosts リストに追加します。すべてのサーバーを TrustedHosts リストに追加するには、次のコマンドを実行します。 winrm s winrm/config/client @{TrustedHosts="*"} 注:上記のコマンドは、Powershell で実行すると失敗することがあるため、Windows の cmd プロンプトで実行する必要があります。 または、次のコマンドを実行して特定の IP アドレスを設定します。 winrm set winrm/config/client '@{TrustedHosts="IP_ADDRESS"}' 次のコマンドを実行して、TrustedHosts リストにあるコンピューターを確認します。 Get-Item WSMan:\localhost\Client\TrustedHosts TrustedHosts を更新するためのオプションの詳細については、以下を参照してください。 Microsoft ドキュメント:信頼されたホストの一覧にコンピューターを追加する方法