MID Server localhost に対して Windows 資格情報を使用すると、「資格情報テスト」が失敗するIssue MID Server をホストするターゲットサーバーに対して「資格情報テスト」を使用すると、「認証に失敗しました」が返されます。 MID Server のプロパティ「mid.log.level」を debug に設定して、MID Server のデバッグモードを有効にします。次のメッセージが MID Server ログに記録されます 01/18/18 15:51:51 (525) Worker-Interactive:CommandPipeline DEBUG:PowerShellConnectionFactory:unauthorized connection LocalPowerShellSession created for key PowerShellSessionPoolKey[target:192.168.226.130&port:135&fixed_cred:&tag:&unique_id: 01/18/18 15:51:51 (525) PowerConsole>std DEBUG:STDOUT: 2018 年 1 月 18 日 15:51:51 (541) PowerConsole>std DEBUG:STDOUT:MI8D_COMMAND_COMPLETE 18/01/18 15:51:51 (541) PowerConsole>std DEBUG:STDOUT: 2018 年 1 月 18 日 15:51:51 (541) PowerConsole>std DEBUG:STDOUT:MI8D_COMMAND_COMPLETE 01/18/18 15:51:51 (634) PowerConsole>err DEBUG: STDERR: ?Get-WmiObject: User credentials cannot be used for local connections 01/18/18 15:51:51 (634) PowerConsole>err DEBUG: STDERR: At C:\mid.kingston-10-17-2017__patch1-12-12-2017_01-03-2018_0843.windows.x86-64 agent\scripts\Powershell\WinRMAPI\Credentials\Credentials.psm1:70 char:20 01/18/18 15:51:51 (634) PowerConsole>err DEBUG: STDERR: + $results = gwmi <<<< win32_operatingsystem -computer $computer -credential $cred -impersonation 3 -authentication 6 -EA "Stop"; 01/18/18 15:51:51 (634) PowerConsole>err DEBUG:STDERR:+ CategoryInfo:InvalidOperation:(:) [Get-WmiObject]、ManagementException 01/18/18 15:51:51 (634) PowerConsole>err DEBUG: STDERR: + FullyQualifiedErrorId : GetWMIManagementException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 01/18/18 15:51:51 (634) PowerConsole>err DEBUG:STDERR:Causeこれは、PowerShell コマンド「Get-WmiObject」が localhost に対して資格情報を使用できないため、 想定される 動作です。テスト資格情報中に使用する PowerShell コマンドは次のとおりです。 Get-WmiObject -Class Win32_ComputerSystem -ComputerName $computer -Credential $cred MID Server がターゲットサーバー (この場合は の MID Server と同じサーバーボックス) にコマンドを渡すと、コマンドは localhost では実行できないため、PowerShell コマンドはエラーを返します。コマンドがリモートコンピューターに対して実行されることを想定しています。