Mar 31 2020 05:38 AM
I get THIS connection error:
Connecting to remote server xxx-203.domain.local 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.
Problem is: the name IS valid, the computer IS accessible over the network, the firewall exception IS enabled via Group Policy, then WinRM service is started via Group Policy, WinRM PS-remoting IS installed, I did winrm quickconfig on this device. I know this particular device has been rebooted.
What am I missing?? that should be done for WAC to touch this computer??
Thank you, Tom
Mar 31 2020 12:09 PM
Mar 31 2020 12:15 PM
@MrDecepticon Well I did have this configured to the local subnet range. I've changed it to *. I have to wait for group policy to update since I don't have direct access to the client machine. By this evening or tomorrow I should know if this works or not. Thank you!! :) tom
Apr 01 2020 05:47 AM
Apr 06 2020 09:10 AM
See the I can connect to some servers, but not others section of WAC troubleshooting.
The first diagnosis step is to try remote PowerShell from the console.
On the same machine where you have installed WAC, try:
Enter-PSSession xxx-203.domain.local
Apr 07 2020 01:10 PM
Apr 07 2020 02:31 PM
If you get the same error in the console then it's a Remote PowerShell/WSMAN/WinRM configuration issue, unrelated to Windows Admin Center.
Apr 13 2020 10:20 AM
Solution