Get-FASTSearchSecurityUserStoreGroupExpansion

 

Applies to: SharePoint Server 2010

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

Syntax

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

Detailed 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.

Parameters

Parameter Required Type Description

Identity

Required

System.String

The identity of the user store to look in.

User

Required

System.String

The user or group identifier to look up.

Worker

Optional

Microsoft.SharePoint.Search.Extended.Security.PowerShell.Commands.Troubleshooting.WorkerPoolNode

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

Input Types

Return Types

Errors

Error Description

Exceptions

Exceptions Description

Example

---------------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.