FAST Search Tip #1: Enabling Stemming in PowerShell
Recently, I’ve been working with FAST Search for SharePoint 2010 and, although it’s a great search platform with pretty impressive features, I believe there are still too many manual...
SharePoint 2016: Problems crawling content and the “The crawler could not communicate with the...
Hello,
Recently, after installing a SharePoint 2016 farm (to learn more on how to install a SharePoint 2016 farm in an automated way using PowerShell click here and here), I...
Integrate SharePoint Server 2007 with Search Server 2008
If you have a client that needs a SharePoint 2007 Farm, with for example one SharePoint front-end and a index server, Microsoft recommends that you install, in the index...
European SharePoint Conference 2015
The programme for the European SharePoint Conference 2015 was announced yesterday and guess what? I’ll be presenting a session on day 3 (November 12th) about Content Recommendation with SharePoint...
Azure Search Index with 2 datasources
Recently I had the need to index documents stored in Azure Storage Blobs. Additionally I wanted to use the blob storage metadata also to add some information to those...
How To Fix a Degraded Search Index Partition in a SharePoint 2013 farm
Hello,
Recently, a customer reported problems with Search in a SharePoint 2013 farm. Instead of showing search results, the following error was being shown:
The Problem
To diagnose the problem, I opened...
Using KeywordQuery with CSOM SharePoint Online
string username = "***********";
string pwd = "*********";
string siteURL = "**********";
ClientContext context = new ClientContext(siteURL);
Web web = context.Web;
SecureString pass = new SecureString();
foreach (char c in pwd.ToCharArray()) pass.AppendChar(c);
context.Credentials = new SharePointOnlineCredentials(username,...

![[FIX] BizTalk Server 2010, 2013, 2013 R2 & 2016 errors “Class not registered (WinMgmt)” or “Access denied”](https://blogit.create.pt/wp-content/uploads/2018/07/access-black-and-white-blur-270514-218x150.jpg)




















