다음을 통해 공유


Get-FASTSearchSecurityLotusNotesUserStore

 

적용 대상: SharePoint Server 2010

마지막으로 수정된 항목: 2016-11-30

Lotus Notes 사용자 저장소를 가져옵니다.

Syntax

Get-FASTSearchSecurityLotusNotesUserStore [[-Identity] <String>]

자세한 설명

이 cmdlet은 특정 Lotus Notes 사용자 저장소를 검색합니다. Identity 매개 변수가 지정되지 않은 경우 모든 Lotus Notes 사용자 저장소의 목록을 가져옵니다.

Parameters

매개 변수 필수 형식 설명

Identity

선택

System.String

가져올 Lotus Notes 사용자 저장소의 ID입니다. 지정되지 않은 경우 모든 Lotus Notes 사용자 저장소의 목록이 반환됩니다.

입력 형식

반환 형식

Example

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

Get-FASTSearchSecurityLotusNotesUserStore -Identity ln1

이 예제에서는 ID가 “ln1”인 Lotus Notes 사용자 저장소를 가져옵니다.

See Also

Reference

New-FASTSearchSecurityLotusNotesUserStore
Set-FASTSearchSecurityLotusNotesUserStore