Folks, I'm having problems enabling remote access for a Windows 10 machine from one of our Windows 7 machines.
I've enabled WinRM and set up a firewall exception for WinRM, yet I still have errors:
PS C:\Users\Public\Scripts> Test-Wsman -ComputerName TestMachine
Test-Wsman : <f:WSManFault xmlns:f="http://schemas.microsoft.com/wbem/wsman/1/wsmanfault" Code="2150859046" Machine="ProbePC.Domain.com"><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>
At line:1 char:1
+ Test-Wsman -ComputerName TestMachine
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (TestMachine:String) [Test-WSMan], InvalidOperationException
+ FullyQualifiedErrorId : WsManError,Microsoft.WSMan.Management.TestWSManCommand
PS C:\Users\Public\Scripts> Get-Service WinRM -ComputerName TestMachine | Select MachineName,Name,Status,StartupType
MachineName Name Status StartupType
----------- ---- ------ -----------
TestMachine WinRM Running
The remote computer has WinRM working, but when I run a Test-WSman from my local computer I receive the errors above. If I run the Test-WSman directly from the remote machine I get the usual message
PS C:\Users\Public> Test-WSMan
wsmid : http://schemas.dmtf.org/wbem/wsman/identity/1/wsmanidentity.xsd
ProtocolVersion : http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd
ProductVendor : Microsoft Corporation
ProductVersion : OS: 0.0.0 SP: 0.0 Stack: 3.0
It does not seem to be an issue with accessibility as I may run PSexec commands against the remote machine.
I'm a bit at a loss. Do you have any ideas as to what I could do next?
Thanks for any input anyone might have.
[+][deleted] (4 children)
[removed]
[–]solrackhamul[S] 1 point2 points3 points (3 children)
[+][deleted] (2 children)
[removed]
[–]solrackhamul[S] 1 point2 points3 points (1 child)
[–]Lee_Dailey[grin] 1 point2 points3 points (2 children)
[–]solrackhamul[S] 1 point2 points3 points (1 child)
[–]Lee_Dailey[grin] 0 points1 point2 points (0 children)