Sharepoint 2010
SharePoint Search Crawl Errors and Fixing them
My current lab environment has the following: 2 Web Front Ends which are sitting behind 2 Clustered Load balancers that I use. Query Role is also setup within this layer, so the Index are being written onto this server. 2 Application Servers that has been configured with 1 crawler per server. The load balancers as [...]
IIS reset your whole SharePoint Farm
One of my current projects involves building a farm with Multiple SharePoint servers. One of the painful processes is doing an IISReset across the farm. There are few solutions out there and this is the one I wrote couple of days back using their logic. 12345678910111213141516171819cls Write-Host "Loading SharePoint Commandlets" Add-PSSnapin Microsoft.SharePoint.PowerShell -erroraction SilentlyContinue Write-Host [...]
Search Setup for Anonymous Site on SharePoint 2010
So, the scenario is that there is an Authoring URL (Default) https://authoringURL/default.aspx which is built using Claims based Authentication + NTLM Which has been extended out to a Anonymous URL (Internet Facing) https://www.annonymous.co.nz which is built using Anonymous +NTLM They exist under the following zones: I have set up a Document Library https://authoring/Ecom%20Lib/Forms/AllItems.aspx [...]
SharePoint 2010 Update of Databases Compactibility Upgrade Recommended
If you have recently upgraded your SharePoint 2010 Farm , you would notice the following Health Analyzer Warning : Within Central Admin Under Upgrad and Migration you would find the following messages. If you have a farm of Web Front Ends and Application Servers , Start the configuration Wizard on your primary Application server [...]