Get-FASTSearchSecurityUserStoreGroupExpansion
Gets all groups in a user store that the specified user is a member of.
Syntax
Get-FASTSearchSecurityUserStoreGroupExpansion
[-Identity] <String>
[-User] <String>
[[-Worker] <WorkerPoolNode>]
[<CommonParameters>]
Description
This cmdlet gets all the groups in a user store that the user is a member of, and all the groups that any owning group is a member of.
For permissions and the most current information about FAST Search Server 2010 for SharePoint cmdlets, see the online documentation, (https://go.microsoft.com/fwlink/?LinkId=163227).
Examples
---------------EXAMPLE 1-----------------
Get-FASTSearchSecurityUserStoreGroupExpansion -Identity ln1 -User user1
This example gets all the groups in the "ln1" user store that are parents, grand-parents, etc. of the "user1" user.
---------------EXAMPLE 2-----------------
Get-FASTSearchSecurityWorkerNode workerserver | Get-FASTSearchSecurityUserStoreGroupExpansion -Identity ln2 -User user1
This example gets all the groups in the "ln2" user store from the worker with a server name of "workerserver" that are parents, grand-parents, etc. of the "user1" user.
Parameters
-Identity
The identity of the user store to look in.
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
The user or group identifier to look up.
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
The optional Worker parameter specifies the WorkerPoolNode object for the security worker that is to handle the request.
Type: | WorkerPoolNode |
Position: | 9999 |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | FAST Server for SharePoint 2010 |