Get the passphrase in SharePoint 2010 Get link Facebook X Pinterest Email Other Apps June 26, 2014 Run following commands in SharePoint Power Shell: $passphrase = ConvertTo-SecureString -asPlainText -Force Set-SPPassPhrase -PassPhrase $passphrase -Confirm Read more