Share via


Get-FASTSearchContentCollection

Retrieves Microsoft FAST Search Server 2010 for SharePoint content collections.

Syntax

Default (Default)

Get-FASTSearchContentCollection
    [[-Name] <String>]
    [<CommonParameters>]

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.

For permissions and the most current information about FAST Search Server 2010 for SharePoint cmdlets, see the online documentation, (https://go.microsoft.com/fwlink/?LinkId=163227).

Examples

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.

Parameters

-Name

Applicable: FAST Server for SharePoint 2010

The name of the FAST Search Server 2010 for SharePoint collection to retrieve.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:1
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.