Export SharePoint 2007 Search Crawl Log Errors using PowerShell
May 30, 2014
Requirement: Found so many errors logged in the Search crawl log. Wanted to analyze them. So need them in CSV format. Solution: Lets use this PowerShell Script to export search crawl errors to CSV: #Load SharePoint Assemblies [void][System.Reflection.Assembly]::LoadWithPartialName("Mic…