Posts

Showing posts with the label passphrase

Get the passphrase in SharePoint 2010

Image
Run following commands in SharePoint Power Shell: $passphrase = ConvertTo-SecureString -asPlainText -Force Set-SPPassPhrase -PassPhrase $passphrase -Confirm