In SharePoint 2010, Search service is composed of several components, all of which provide specific functionality that is required for Search to operate. These components can be configured by using Windows PowerShell cmdlets.
The following is a comprehensive listing of cmdlets that are available for Microsoft SharePoint Server 2010.
SPEnterpriseSearchAdministrationComponent
SPEnterpriseSearchCrawlComponent
SPEnterpriseSearchCrawlContentSource
SPEnterpriseSearchCrawlCustomConnector
SPEnterpriseSearchCrawlDatabase
SPEnterpriseSearchCrawlExtension
SPEnterpriseSearchCrawlMapping
SPEnterpriseSearchCrawlRule
SPEnterpriseSearchCrawlTopology
Microsoft FAST Search Server 2010 for SharePoint can replace SharePoint Server search features in environments where scale and performance requirements exceed the capabilities of SharePoint Server search. FAST Search Server 2010 for SharePoint can be deployed across multiple servers for redundancy and to increase performance and capacity. Deployment and management take place primarily through command-line operations — not the SharePoint Central Administration Web site — and can be scripted by using Windows PowerShell. FAST Search Server 2010 for SharePoint is only available with a SharePoint Server Enterprise Client Access License (CAL).
SPEnterpriseSearchExtendedClickThroughExtractorJobDefinition
SPEnterpriseSearchExtendedConnectorProperty
SPEnterpriseSearchExtendedQueryProperty
SPEnterpriseSearchIndexPartition
SPEnterpriseSearchLanguageResourcePhrase
SPEnterpriseSearchPropertyDatabase
SPEnterpriseSearchSiteHitRule
SPEnterpriseSearchMetadataCategory
SPEnterpriseSearchMetadataCrawledProperty
SPEnterpriseSearchMetadataManagedProperty
SPEnterpriseSearchMetadataMapping
SPEnterpriseSearchAndSiteSettingsService
SPEnterpriseSearchQueryAuthority
SPEnterpriseSearchQueryComponent
SPEnterpriseSearchQueryDemoted
SPEnterpriseSearchQueryKeyword
SPEnterpriseSearchQueryScope
SPEnterpriseSearchQueryScopeRule
SPEnterpriseSearchQuerySuggestionCandidates
SPEnterpriseSearchQueryTopology
SPEnterpriseSearchRankingModel
SPEnterpriseSearchSecurityTrimmer
SPEnterpriseSearchService
SPEnterpriseSearchServiceApplication
SPEnterpriseSearchServiceApplicationProxy
SPEnterpriseSearchServiceInstance
SPEnterpriseSearchTopology
SPProfileServiceApplication
SPProfileServiceApplicationProxy
SPProfilePropertyCollection
SPProfileLeader
SPSiteSubscriptionProfileConfig
SPProfileServiceApplicationSecurity
hello! are there specific permissions so that users can execute the above cmdlets? thanks!
The user has to be granted access to the Sharepoint config database. Look here for details: www.sharepointassist.com/.../the-local-farm-is-not-accessible-cmdlets-with-featuredependencyid-are-not-registered
Then, from a standard PowerShell command line, you can run "Add-PSSnappin Microsoft.Sharepoint.Powershell" to get access to the cmdlets.
just FYI to future readers.
Add-PSSnapin
not
Add-PSSnappin
Cool THX
Note that the complete SharePoint PowerShell cmdlet reference can be found at technet.microsoft.com/.../ee890108.aspx on TechNet.
Note: As of the date/time of this comment, this wiki page is up-to-date and complete with all SharePoint Search cmdlets with a link to each respective cmdlet definition page on TechNet. Cheers. C.
Not sure if this is the appropriate place, but i can't find info anywhere on how to do a silent, unattended install of Search Server 2010 Express with power shell. Would anyone here know of any resources on this? thanks, J
Wow great article, I was searching for it !
very good stuff!!!
Man, this is what i have been looking for. :) Thank you so much.