Get-FASTSearchContentCollection
Applies to: SharePoint Server 2010
Retrieves Microsoft FAST Search Server 2010 for SharePoint content collections.
Syntax
Get-FASTSearchContentCollection [[-Name] <String>]
Detailed Description
This cmdlet retrieves all FAST Search Server 2010 for SharePoint content collections. When a collection name is specified, a single collection is retrieved, if it exists.
Parameters
Parameter | Required | Type | Description |
---|---|---|---|
Name |
Optional |
System.String |
The name of the FAST Search Server 2010 for SharePoint collection to retrieve. |
Input Types
Return Types
Example
---------------EXAMPLE 1-----------------
Get-FASTSearchContentCollection
This example retrieves all FAST Search Server 2010 for SharePoint content collections.
---------------EXAMPLE 2-----------------
Get-FASTSearchContentCollection -Name newscollection
This example retrieves the “newscollection” content collection.
See Also
Reference
Clear-FASTSearchContentCollection
New-FASTSearchContentCollection
Remove-FASTSearchContentCollection