Between my home systems I've run Enable-PSRemoting
without errors and it reports back that everything is ready. I've verified this manually in the firewall, registry and service. Have verified the connection is fine with Test-WSMan
successfully. I have created local administrator accounts on the sytems and ensured they can login successfully doing a loopback Enter-PSSessoin
. I have added the remote IP to TrustedHosts
. I verified both systems networks are Private
. DNS is good to go.
I'm using the command Enter-PSSession -ComputerName $a -Credential $a\user
and enter the password correctly. No matter what I do I can't get past
Enter-PSSession : Connecting to remote server naz failed with the following error message : The WinRM client cannot process the request. If the authentication scheme is different from Kerberos, or if the client computer is not joined to a domain, then HTTPS transport must be used or the destination machine must be added to the TrustedHosts configuration setting. Use winrm.cmd to configure TrustedHosts. Note that computers in the TrustedHosts list might not be authenticated. You can get more information about that by running the following command: winrm help config. For more information, see the about_Remote_Troubleshooting Help topic.
I can't find any errors in the event log of the remote system. I also verified our time is sync'd. Both systems are running Windows 10 Pro 64bit with latest Windows Updates. Both primary user accounts are tied to Microsoft accounts.
Ideas? (It's easier to fix my wife's stuff via PowerShell than VNC sometimes)