PS remoting when running under user from trusted domain
i'm trying run invoke-command remotely under user trusted domain. command requires me specify fqdn remote server.
configuration:
domaina trusts domainb.
i'm logged in computer in domaina user domainb\admin.
domainb\admin has administrator rights on computers in domaina.
issue:
when i'm trying invoke remote command on server1 in domaina using fqdn, ok:
invoke-command -computername server1.domaina.com
but when i'm trying same short server name, fails:
invoke-command -computername server1
[server1] connecting remote server failed following error message : winrm cannot process request. following error occured while using kerberos authentication: network path not found.
<skipped>
if log in domaina\administrator, both short name , fqdn work fine.
hi,
according description, please refer article below troubleshoot issue.
winrm (windows remote management) troubleshooting
furthermore, issue happen on other server or special server?
thanks.
Windows Server > Windows PowerShell
Comments
Post a Comment