while trying to update password in CA coming up with below error

sns 9,226 Reputation points
2021-03-22T06:34:16.513+00:00

while trying to update password in CA coming up with below error
Please help
80063-capture.jpg

SharePoint Server Management
SharePoint Server Management
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Management: The act or process of organizing, handling, directing or controlling something.
2,798 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Echo Du_MSFT 17,116 Reputation points
    2021-03-23T02:03:26.32+00:00

    Hi @sns ,

    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.

    0 comments No comments