powershell v3.0 - Enter-PSSession to remote server fails with "cannot find the computer" -


my desktop win7 , trying connect server 2012.
both hosts on same domain.

if do:

enter-pssession -computername *servername***    

i following failure message winrm

enter-pssession : connecting remote server xxx failed following error message : winrm cannot process request. following error occurred while using kerberos authentication: cannot find computer xxx. verify computer exists on network , name provided spelled correctly.*

it doesn't matter if use server name or if enter qualified.

both systems show $psversiontable.psversion 4 0 -1 -1

i have tried various troubleshooting hints found i.e.
run enable-psremoting -force , set trustedhosts = * on both sides.
disabled firewall service on both sides.
when try enter-pssession server desktop works desired.
desktop server error message computer cannot found.

run winrm quickconfig powershell session on remote machine


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -