Posts

Showing posts with the label SharePoint 2010

Get the passphrase in SharePoint 2010

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

SharePoint 2010 : Mount and Test database using Power Shell

mount-SPContentDatabase "WSS_NRM_3333" -DatabaseServer "kpk01" -WebApplication http://kpk01:3333 Test-SPContentDatabase -name WSS_NRM_3333 -webapplication http://kpk01:3333

User Profile Results Empty in SharePoint 2010: Configure Crawl and Search for User Profiles

Image
For the permission following the following steps: In Central Administration choose Application Management the Manage Service Applications Select the User Profile Service by tapping towards the right of the text Choose the Administrators button from the toolbar If you search account is not included go ahead and add it to the list Check the Retrieve People Data for Search Crawlers permission Click OK That should generally do it. You would then need to force a full crawl in order to confirm that the crawler now indexes all user profiles. Of course I’m assuming that you have already setup a Search Center in order to be able to test the People search functionality. In some cases this might not work if the default My Site is not part of the Local SharePoint Sites search source. In that case you need to add the “sps3://my” or “sps3://mysite” or whatever your My Site Host is named.