Get-FASTSearchSecurityUserStoreGroupExpansion
指定されたユーザーが所属しているすべてのグループをユーザー ストアから取得します。
構文
Get-FASTSearchSecurityUserStoreGroupExpansion
[-Identity] <String>
[-User] <String>
[[-Worker] <WorkerPoolNode>]
[<CommonParameters>]
説明
このコマンドレットでは、ユーザーが所属しているすべてのグループと、所有グループが属しているすべてのグループをユーザー ストアから取得します。
FAST Search Server 2010 for SharePoint コマンドレットに関するアクセス許可と最新の情報については、オンライン ドキュメント (https://go.microsoft.com/fwlink/?LinkId=163227) を参照してください。
例
--------------- 例 1 -----------------
Get-FASTSearchSecurityUserStoreGroupExpansion -Identity ln1 -User user1
この例では、"user1" ユーザーの親、グランドペアレントなどの "ln1" ユーザー ストア内のすべてのグループを取得します。
--------------- 例 2 -----------------
Get-FASTSearchSecurityWorkerNode workerserver | Get-FASTSearchSecurityUserStoreGroupExpansion -Identity ln2 -User user1
この例では、"ln2" ユーザー ストア内のすべてのグループを、"user1" ユーザーの親、グランドペアレントなどの "workerserver" のサーバー名を持つワーカーから取得します。
パラメーター
-Identity
検索先のユーザー ストアの ID。
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
検索するユーザーまたはグループの ID。
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 |