共用方式為


Get-FASTSearchSecurityUserStoreGroupExpansion

這會取得所指定使用者為其成員之使用者存放區的所有群組。

語法

Default (預設值)

Get-FASTSearchSecurityUserStoreGroupExpansion
    [-Identity] <String>
    [-User] <String>
    [[-Worker] <WorkerPoolNode>]
    [<CommonParameters>]

Description

這個 Cmdlet 會取得所指定使用者為其成員之使用者存放區的所有群組,以及任何擁有群組為其成員的所有群組。

如需有關 FAST Search Server 2010 for SharePoint Cmdlet 的許可權和最新資訊,請參閱在線檔 (https://go.microsoft.com/fwlink/?LinkId=163227) 。

範例

範例 1

Get-FASTSearchSecurityUserStoreGroupExpansion -Identity ln1 -User user1

此範例會取得 「ln1」 使用者存放區中所有群組,這些群組都是 「user1」 使用者的父系、家長等。

範例 2

Get-FASTSearchSecurityWorkerNode workerserver | Get-FASTSearchSecurityUserStoreGroupExpansion -Identity ln2 -User user1

此範例會從 「user1」 使用者的 「workerserver」 伺服器名稱為 「workererver」 的背景工作角色,取得 「ln2」 使用者存放區中的所有群組。

參數

-Identity

適用:FAST Server for SharePoint 2010

要查詢之使用者存放區的身分識別。

參數屬性

類型:String
預設值:None
支援萬用字元:False
不要顯示:False

參數集

(All)
Position:1
必要:True
來自管線的值:False
來自管線按屬性名稱的值:True
來自剩餘引數的值:False

-User

適用:FAST Server for SharePoint 2010

要查詢的使用者或群組識別碼。

參數屬性

類型:String
預設值:None
支援萬用字元:False
不要顯示:False

參數集

(All)
Position:2
必要:True
來自管線的值:False
來自管線按屬性名稱的值:True
來自剩餘引數的值:False

-Worker

適用:FAST Server for SharePoint 2010

選用的 Worker 參數會針對處理要求的安全性工作者,指定 WorkerPoolNode 物件。

參數屬性

類型:WorkerPoolNode
預設值:None
支援萬用字元:False
不要顯示:False

參數集

(All)
Position:9999
必要:False
來自管線的值:True
來自管線按屬性名稱的值:False
來自剩餘引數的值:False

CommonParameters

此 Cmdlet 支援一般參數:-Debug、-ErrorAction、-ErrorVariable、-InformationAction、-InformationVariable、-OutBuffer、-OutVariable、-PipelineVariable、-ProgressAction、-Verbose、-WarningAction 和 -WarningVariable。 如需詳細資訊,請參閱 about_CommonParameters