Why is domain user authentication taking so long after migration?

0
1
Asked By TechWanderer99 On

I recently migrated our domain from old servers (2012) to new ones (2022), making several changes and removing the old servers. Now, all domain users are experiencing authentication delays of 8 to 15 minutes when trying to log into their PCs. Has anyone encountered this issue or have any suggestions on how to resolve it?

5 Answers

Answered By ClarificationMaster On

Just to clarify, 'autontification' seems like a typo. Do you mean authentication? If so, it further points to DNS or GPO issues.

Answered By ScriptSavvy On

You might want to check your Group Policy Objects (GPO) too. If you have a PowerShell script that's supposed to run at login but it's incorrectly configured—maybe placed in the batch scripts section—it could definitely slow things down.

Answered By FirewallGuru72 On

DNS is usually the main culprit in these situations. If your clients are still pointing to the old DNS servers, they'll have trouble with logins. If you're using DHCP, make sure it's set up to direct clients to your new DNS addresses. That can often solve these kinds of issues pretty quickly.

Answered By DNSDetective24 On

Slow logins are often related to DNS issues. It's possible there's a script that's still pointing to a resource that doesn't exist anymore, especially if you have firewalls filtering traffic. I'd recommend checking your DNS configurations and making sure everything is pointing correctly to the new servers. That could really help speed things up!

Answered By OldSchoolAdmin On

Did you demote the old domain controllers properly? If not, that could lead to some strange issues after migration. Also, ensure your new domain controllers are configured correctly in "Active Directory Sites and Services". Running a DCDIAG could provide insight into any problems. Just a heads up, it’ll show recent event logs that might not be directly related, but it’s worth a look.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.