Check Username and Password: Ensure that the username and password you are using are correct.
Verify SPN: Make sure that the Service Principal Name (SPN) for the remote computer name and port exists. You can use the setspn.exe
tool to check and set the SPN.
Domain Trust: Confirm that the client and remote computers are in the same domain or that there is a two-way full trust between the domains. If they are in different domains without a two-way trust, you may encounter authentication issues.
Purge Kerberos Tickets: If the above steps do not resolve the issue, try purging the Kerberos tickets on the VMM management server using kerbtray.exe
. You can download it here.
Reset SPN: Use setspn.exe
to reset the SPN for 'MYSERVER.abcd.fg'.
Rejoin Domain: If the problem persists, consider making 'MYSERVER.abcd.fg' a member of a workgroup instead of a domain, restart the computer, rejoin the domain, and then try the operation again