Get-FASTSearchSecurityUserStoreGroupExpansion
這會取得所指定使用者為其成員之使用者存放區的所有群組。
Syntax
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
要查詢之使用者存放區的身分識別。
Type: | String |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | FAST Server for SharePoint 2010 |
-User
要查詢的使用者或群組識別碼。
Type: | String |
Position: | 2 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | FAST Server for SharePoint 2010 |
-Worker
選用的 Worker 參數會針對處理要求的安全性工作者,指定 WorkerPoolNode 物件。
Type: | WorkerPoolNode |
Position: | 9999 |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | FAST Server for SharePoint 2010 |