Hello. My issue is that I can't seem to connect computer-to-computer using Powershell. We are using Windows 7 computers on our domain with Windows 2008R2 servers. From my computer I can establish a remote connection to all of our servers, but when I try
to test a connection using Test-WSMan with another computer I get "<f: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. </f:Message></f:WSManFault>"
I have run Enable-PSRemoting on both computers and verified that the Remote Manager service is running on both. We have Windows Firewall turned off as we use a network firewall, so that can't be causing problems either. Any help would be appreciated.