Get-FASTSearchSecurityCompleteGroupExpansion

 

Applies to: SharePoint Server 2010

Gets complete group expansion information for a user.

Syntax

Get-FASTSearchSecurityCompleteGroupExpansion [-Identity] <String> [-User] <String> [[-ExtraProperties] <SwitchParameter>] [[-XmlFile] <String>] [[-Worker] <WorkerPoolNode>]

Detailed Description

This cmdlet gets troubleshooting information for group expansions and aliaser processing performed to create the user search security filter.

The group expansion information contains the user, expanded groups that contain the user (i.e., the user is a member of the group), and all groups that contain other expanded groups.

The aliaser procession information contains all mapped to users and groups based on the regular expression and XML aliaser mapping definitions.

Parameters

Parameter Required Type Description

Identity

Required

System.String

The identity of the user store containing the user to expand.

User

Required

System.String

The user or group identifier to expand.

ExtraProperties

Optional

System.Management.Automation.SwitchParameter

If specified, the command gets the extra properties for all principals (user and groups) returned by the resolve.

XmlFile

Optional

System.String

The absolute path to an XML file which is accessible and writable from the security manager. If specified, complete expansion information is written as XML to this file.

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

Example

---------------EXAMPLE 1-----------------

Get-FASTSearchSecurityCompleteGroupExpansion -Identity ln1 -User user1

This example retrieves complete group expansion information for “user1” in the user store “ln1”, showing all equivalent users and groups in all user stores, by finding all parents and processing all aliaser mappings.