Creating a Search Content Source of type Web using PowerShell
by Deepu Nair • February 7, 2012 • PowerShell, SharePoint 2010 • 2 Comments
The New-SPEnterpriseSearchCrawlContentSource command in Powershell is used to create a new crawl content source for a SharePoint search application.We can view the whole set of parameters and options in this msdn article. So , when we need to create a SharePoint Search content source, using Powershell, we use the following commands- $searchapp = Get-SPEnterpriseSearchServiceApplication "Search...
Read more →