Hi
I've previously used Server Manager (Windows 8.1 with RSAT) to monitor my servers.
Recently, enterprise policies suggest to disable WinRM HTTP and use HTTPS instead. I tried on one of my servers (2008R2), and Server Manager has shown an error claiming WinRM 3.0 is not installed on that computer.
Even being a 2008R2, WinRM 3.0 is installed as I've been monitoring it for months using Server Manager, the only changes I've done on server side are:
winrm quickconfig -transport:https winrm delete winrm/config/Listener?Address=*+Transport=HTTP
To enable HTTPS and disable HTTP. After getting the error I tried to disable completely the Windows Firewall and tried to Refresh the server manager just to be sure that firewall isn't blocking port 5986 (winrm over https)
Any suggestion on how (if possible at all) to use server manager with https winrm would be appreciated.