while trying to update password in CA coming up with below error
Please help 
while trying to update password in CA coming up with below error
Please help 
Hi @sns1 ,
Would you tell me whether your issue has been resolved or have any update?
I am looking forward to your reply.
Have a nice day!

Hi Echo Du,
Thank you
after executing the above script and it is resolved
Hi @sns1 ,
Thanks for your reply. I'm glad to hear that your problem has been solved.
You can turn your comment into an answer, and accept it as answer. The behavior will help others who meet the similar issue in the future quickly find the correct answer.
Hi @sns1 ,
Delete the timer job and try again with your pass phrase change:
#Get the passphrase change timer job
$job = Get-sptimerjob job-admin-passphrase-change
#Output to screen
$job
#Delete the timer job
$job.Delete()
Thanks,
Echo Du
======================
If an Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
5 people are following this question.