Get-FASTSearchSecurityLotusNotesUserStore
Lotus Notes 사용자 저장소를 가져옵니다.
Syntax
Get-FASTSearchSecurityLotusNotesUserStore
[[-Identity] <String>]
[<CommonParameters>]
Description
이 cmdlet은 특정 Lotus Notes 사용자 저장소를 검색합니다. Identity 매개 변수가 지정되지 않은 경우 모든 Lotus Notes 사용자 저장소의 목록을 가져옵니다.
SharePoint cmdlet용 FAST Search Server 2010에 대한 권한 및 최신 정보는 온라인 설명서(https://go.microsoft.com/fwlink/?LinkId=163227)를 참조하세요.
예제
---------------예제 1---------------
Get-FASTSearchSecurityLotusNotesUserStore -Identity ln1
이 예제에서는 ID가 "ln1"인 Lotus Notes 사용자 저장소를 가져옵니다.
매개 변수
-Identity
가져올 Lotus Notes 사용자 저장소의 ID입니다. 지정되지 않은 경우 모든 Lotus Notes 사용자 저장소의 목록이 반환됩니다.
Type: | String |
Position: | 1 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | FAST Server for SharePoint 2010 |