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 for business | Windows Server | User experience | Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    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--


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.