Get-FASTSearchSecurityUserStore
這會取得使用者存放區。
Syntax
Get-FASTSearchSecurityUserStore
[[-Identity] <String>]
[<CommonParameters>]
Description
這個 Cmdlet 會擷取安全性使用者存放區。 若未指定 Identity 參數,就會取得所有使用者存放區的清單。
如需 FAST Search Server 2010 for SharePoint Cmdlet 的許可權和最新資訊,請參閱線上檔 (https://go.microsoft.com/fwlink/?LinkId=163227) 。
範例
---------------範例 1-----------------
Get-FASTSearchSecurityUserStore -Identity ln1
此範例會取得身分識別為 「ln1」 的使用者存放區。
---------------範例 2-----------------
Get-FASTSearchSecurityUserStore
此範例會取得所有使用者存放區的清單。
參數
-Identity
要取得之使用者存放區的身分識別。 若未指定,Cmdlet 就會取得所有使用者存放區的清單。
Type: | String |
Position: | 1 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | FAST Server for SharePoint 2010 |