Forgot your Passphrase for SharePoint 2010?

If you have still administrative access to your farm, you ca set a new passphrase with the following two powershell commands

C:\PS> $passphrase = ConvertTo-SecureString -asPlainText -Force 
C:\PS> Set-SPPassPhrase -PassPhrase $passphrase -Confirm

After that, please check if the following timer job was running successfull

image

Comments are closed.