Connecting to remote server failed with the following error message : The WinRM client received an H TTP server error status (500), but the remote ser

Do steps 1-3 and 7. If still an issue we can do 4-6

1. make sure IIS WinRM extension is installed
2. open powershell and run command : WinRM Quickconfig
3. Open IIS go to Powershell virtual directory and check that SSL in disabled and authentification is set only to Anonymous
4. Open Windows powershell modules
5. run Remove-PowershellVirtualDirectory command
6. run New-PowershellVirtuallirectory command
7. IISreset

Comments