Edit

Share via


Get-FASTSearchSecurityUserStoreGroupExpansion

Gets all groups in a user store that the specified user is a member of.

Syntax

Default (Default)

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

Applicable: FAST Server for SharePoint 2010

The identity of the user store to look in.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:1
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:True
Value from remaining arguments:False

-User

Applicable: FAST Server for SharePoint 2010

The user or group identifier to look up.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:2
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:True
Value from remaining arguments:False

-Worker

Applicable: FAST Server for SharePoint 2010

The optional Worker parameter specifies the WorkerPoolNode object for the security worker that is to handle the request.

Parameter properties

Type:WorkerPoolNode
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:9999
Mandatory:False
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.