Get-FASTSearchSecurityCompleteGroupExpansion

Gets complete group expansion information for a user.

Syntax

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

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.

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

Parameters

-ExtraProperties

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

Type:SwitchParameter
Position:3
Default value:None
Required:False
Accept pipeline input:True
Accept wildcard characters:False
Applies to:FAST Server for SharePoint 2010

-Identity

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

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

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

-XmlFile

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.

Type:String
Position:4
Default value:None
Required:False
Accept pipeline input:True
Accept wildcard characters:False
Applies to:FAST Server for SharePoint 2010