Can someone tell me why I am receiving the below message when trying to run Enter-CCUpdate? The IP adress in question is the internal IP address of the Edge Server.
I am trying to figure our why automatic updating is failing for CCE 2.0.1. I have restarted the WinRM service on all the servers and even tried running Enable-PSRemoting on all servers.
[10.xx.xx.31] Connecting to remote server 10.xx.xx.31 failed with the following error message : WinRM cannot complete the operation. Verify that the specified computer name is
valid, that the computer is accessible over the network, and that a firewall exception for the WinRM service is enabled and allows access from this computer. By default, the
WinRM firewall exception for public profiles limits access to remote computers within the same local subnet. For more information, see the about_Remote_Troubleshooting Help topic.
At C:\Program Files\WindowsPowerShell\Modules\CloudConnector\Internal\MtVm.ps1:542 char:23
+ } -ArgumentList @($ServiceName, $TimeoutInSeconds, $IntervalInSeconds) -Erro ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : OpenError: (10.xx.xx.31:String) [], PSRemotingTransportException
+ FullyQualifiedErrorId : WinRMOperationTimeout,PSSessionStateBroken