if you need to reset for a user its password ..so just open your Powershell Console..
and this one liner command will do that job Perfect !
1 |
Set-ADAccountPassword -Identity UserName |
then you’ll be asked as follows –
Please enter the current password for ‘CN=UserName,OU=Users,DC=Domain,DC=Local’
and then of-course you’ll be asked to input the new Password.
(Visited 331 times, 1 visits today)