다음을 통해 공유


Get-FASTSearchContentCollection

 

적용 대상: SharePoint Server 2010

마지막으로 수정된 항목: 2015-03-09

Microsoft FAST Search Server 2010 for SharePoint 콘텐츠 컬렉션을 검색합니다.

Syntax

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

자세한 설명

이 cmdlet은 모든 FAST Search Server 2010 for SharePoint 콘텐츠 컬렉션을 검색합니다. 컬렉션 이름이 지정된 경우 단일 컬렉션이 검색됩니다(있는 경우).

Parameters

매개 변수 필수 형식 설명

Name

선택

System.String

검색할 FAST Search Server 2010 for SharePoint 컬렉션의 이름입니다.

입력 형식

반환 형식

Example

---------------예제 1---------------

Get-FASTSearchContentCollection

이 예제에서는 모든 FAST Search Server 2010 for SharePoint 콘텐츠 컬렉션을 검색합니다.

---------------예제 2---------------

Get-FASTSearchContentCollection -Name newscollection

이 예제에서는 “newscollection” 콘텐츠 컬렉션을 검색합니다.

See Also

Reference

Clear-FASTSearchContentCollection
New-FASTSearchContentCollection
Remove-FASTSearchContentCollection