How do I fix target principal name is incorrect?
Troubleshooting “The target principal name is incorrect”
- Deactivate the service “Key Distribution Center”
- Restart Domain Controller.
- Start a command-box as administrator and enter the following command:
- Restart Domain Controller.
- Reset the service “Key Distribution Center” to automatic start and start.
How do I force join a domain?
Performing a Domain Join Using PowerShell
- Press the Windows key to switch to the Start menu, type PowerShell and press CTRL+SHIFT+ENTER.
- In the PowerShell prompt, type add-computer –domainname ad.contoso.com -Credential AD\adminuser -restart –force and press Enter.
How do I rejoin my domain on my network ID?
Do one of the following:
- Click Properties. Under Member of, click Domain and then type the name of the domain that you want to join and click OK.
- To use the Network Identification wizard to join a domain, click Network ID, click Next, and then continue with steps 4 through 14.
What does it mean the target principal name is incorrect?
This indicates that the target server failed to decrypt the ticket provided by the client. This can occur when the target server principal name (SPN) is registered on an account o ther than the account the target service is using.
Is not accessible the target account name is incorrect?
Another reason you can get the “target account name is incorrect” error is if a domain controller was recently migrated from a parent domain to a child domain. Another way to fix it is to remove the server from the domain and rejoin it back to the domain so that the computer account gets reset.
How do I rejoin a computer to a domain without joining it?
In AD right click the computer and select Reset Account. Then re-join without un-joining the computer to the domain. Reboot required.
What is offline domain join?
Offline domain join is a new feature in Windows 7 and Windows Server 2008 R2 that lets you join a computer to a domain without contacting a domain controller directly. This feature can add computers to a domain when network connectivity is not available.
How do you resolve the target principal name is incorrect Cannot generate SSPI context?
There are 3 ways to fix the problem:
- Revert to using the Network Service or Local System account (NOT RECOMMENDED)
- Assign the domain account to the Domain Admins group (NOT IDEAL – due to the elevated permissions)
- Fix the problem by giving the domain account just the appropriate permissions in Active Directory.
What is the target principal name is incorrect Cannot generate SSPI context?
This error may occur due to duplicate SPN,duplicate DNS entries created which was confusing the Kerberos authentication, the old SPN entry can be deleted by using the -D switch in setspn.exe and the correct SPN was created by using the following command.