-
Unable to Remote PowerShell between 2 Windows 10 Pro workgroup computers
This post is deleted! -
From the error message I'm going to assume an authentication issue. Since your home computer is probably not joined to your domain. You'll probably need to enable WinRM for HTTPS. You can use this link to help: https://support.microsoft.com/en-us/help/2019527/how-to-configure-winrm-for-https
Verify that on the destination machine's
TrustedHosts
has the connecting machine's IP configured.Let's see what results from the above...
Cordially,
Ronnie Wong
Edutainer, ITProTV*if the post above has answered the question, please mark the topic as solved.
**All "answers" and responses are offered "as is" and my opinion. There is no implied support or guarantee by the ITProTV team. -
Could it be that by the looks of it you're initiating a PS-Session to a computer called 'naz' however you've added the IP and not the computer name to the TrustedHosts, for $a set the variable to a string of the IP rather than the hostname e.g. $a = "10.0.0.1"
-
This post is deleted!
-
Way to go!
Cordially,
Ronnie Wong
Edutainer, ITProTV*if the post above has answered the question, please mark the topic as solved.
**All "answers" and responses are offered "as is" and my opinion. There is no implied support or guarantee by the ITProTV team.