Remote Configuration Failed Remote configuration was unsuccessful due to the following: WinRM test was successful.PowerShell Exchange web site testing failed with the following error:[exprdvv017] Connecting to remote server exprdvv017 failed with the following error message : For more information, see the about_Remote_Troubleshooting Help topic."
WinRM itself is passing, so I’d focus on the Exchange PowerShell endpoint. If this server was manually configured, verify that Windows Authentication is enabled on the PowerShell virtual directory:
Set-PowerShellVirtualDirectory -WindowsAuthentication $true
Also check that the default HTTPS binding on port 443 is present and uses the Exchange certificate, then rerun the configuration. If it still fails, review C:\ProgramData\Solarwinds\Logs\APM\RunWinRMConfigurator.log for the underlying error. The AppInsight for Exchange troubleshooting guide covers these checks.
C:\ProgramData\Solarwinds\Logs\APM\RunWinRMConfigurator.log
Above checks are validated and its all on proper config as expected…Can you help me with solution please?
Since WinRM itself is passing, I’d focus on the Exchange PowerShell endpoint response rather than the listener. If the settings are already correct, recycle the MSExchangePowerShellAppPool or run an iisreset, then confirm the PowerShell URL configured in SAM matches the IIS binding and certificate name, especially if you’re using an FQDN, wildcard certificate, or load balancer. After that, rerun Configure Server and check C:\ProgramData\Solarwinds\Logs\APM\RunWinRMConfigurator.log for the exact failure. If it still fails, share that specific error with any hostnames or usernames redacted, since it should point to the remaining issue.
MSExchangePowerShellAppPool
iisreset