Im able to join new laptops to my domain, but when i create a username and password to login its saying "THe user name or password is incorrect. Try again."

Henry Kapasuka 0 Reputation points
2023-03-08T14:00:18.65+00:00

Im able to join new laptops to my domain, but when i create a username and password to login its saying "THe user name or password is incorrect. Try again."

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,127 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Dave Patrick 426.1K Reputation points MVP
    2023-03-08T14:52:19.94+00:00

    Might try from PowerShell to reset the domain account password.

    Set-ADAccountPassword -Identity EvanNa
    Please enter the current password for 'CN=Evan Narvaez,CN=Users,DC=Fabrikam,DC=com'
    Password:********** 
    Please enter the desired password for 'CN=Evan Narvaez,CN=Users,DC=Fabrikam,DC=com'
    Password:*********** 
    Repeat Password:***********
    
    
    

    --please don't forget to upvote and Accept as answer if the reply is helpful--