Hi,
I'm trying to enable psremoting on my windows 7 workgroup at home, but constantly get authentication errors and I can't seem to find why. Can anyone give me the necessary steps to enable it please? I've modified the remote security settings to allow my local machine 'in', but I'm still getting authentication probs and am stuck for ideas.
Thanks in advance.
Bob
Here is the error and remote (home) config.
LOCAL
PS C:\Users\Bob> $c = Get-Credential machine\user
PS C:\Users\Bob> Enter-PSSession machine -Credential $c
Enter-PSSession : Connecting to remote server 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 dom
ain, then HTTPS transport must be used or the destination machine must be added to the TrustedHosts configuration setti
ng. Use winrm.cmd to configure TrustedHosts. Note that computers in the TrustedHosts list might not be authenticated. Y
ou can get more information about that by running the following command: winrm help config. For more information, see t
he about_Remote_Troubleshooting Help topic.
At line:1 char:16
+ Enter-PSSession <<<< machine -Credential $c
+ CategoryInfo : InvalidArgument: (machine:String) [Enter-PSSession], PSRemotingTransportException
+ FullyQualifiedErrorId : CreateRemoteRunspaceFailed
REMOTE setup
PS C:\Users\user> get-item wsman:localhost\client\trustedhosts
WSManConfig: Microsoft.WSMan.Management\WSMan::localhost\Client
Name Value Type
---- ----- ----
TrustedHosts home System.String