Get-FASTSearchContentCollection
Microsoft FAST Search Server 2010 for SharePoint 콘텐츠 컬렉션을 검색합니다.
Syntax
Get-FASTSearchContentCollection
[[-Name] <String>]
[<CommonParameters>]
Description
이 cmdlet은 SharePoint 콘텐츠 컬렉션에 대한 모든 FAST Search Server 2010을 검색합니다. 컬렉션 이름이 지정된 경우 단일 컬렉션이 검색됩니다(있는 경우).
SharePoint cmdlet용 FAST Search Server 2010에 대한 권한 및 최신 정보는 온라인 설명서(https://go.microsoft.com/fwlink/?LinkId=163227)를 참조하세요.
예제
---------------예제 1---------------
Get-FASTSearchContentCollection
이 예제에서는 SharePoint 콘텐츠 컬렉션에 대한 모든 FAST Search Server 2010을 검색합니다.
---------------예제 2---------------
Get-FASTSearchContentCollection -Name newscollection
이 예제에서는 "newscollection" 콘텐츠 컬렉션을 검색합니다.
매개 변수
-Name
검색할 FAST Search Server 2010 for SharePoint 컬렉션의 이름입니다.
Type: | String |
Position: | 1 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | FAST Server for SharePoint 2010 |