Fast Search – Index Reset

Hi Readers, Just sharing a Scenario where we had to reset the index for FAST search & we faced some issues. How to Reset Index for FAST Search for SharePoint 2010 ? Log on to SharePoint Central Administration –> Fast Search Content service application –> Index Reset   Wait for the confirmation. Don’t start any…

SharePoint Configuration Wizard Shows Missing patches

Hi Readers, We have faced an issue  where we have installed Cumulative Update on SharePoint 2010 on all SharePoint servers in the farm (APP/FE/Index servers) but on running configuration wizard it reports that there are missing patches / updates. We cross verified and found nothing is missing on any of the servers & all the…

Enable Powershell Re-moting for SharePoint 2010

Hi Readers, Today  I am sharing a way to enable power-shell remote for SharePoint 2010. On the SharePoint server that you want to remote in enter below command: Enable-PSRemoting Continue with Yes.. Increase memory of the remote shell (enter this on sharepoint server) Set-Item WSMan:\localhost\Shell\MaxMemoryPerShellMB 1024 by default its 150 MB only. Now Setup CredSSP…