Get-FASTSearchSecurityCompleteGroupExpansion
Gets complete group expansion information for a user.
Syntax
Default (Default)
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
Applicable: FAST Server for SharePoint 2010
If specified, the command gets the extra properties for all principals (user and groups) returned by the resolve.
Parameter properties
Type: | SwitchParameter |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 3 |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | True |
Value from remaining arguments: | False |
-Identity
Applicable: FAST Server for SharePoint 2010
The identity of the user store containing the user to expand.
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 expand.
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 |
-XmlFile
Applicable: FAST Server for SharePoint 2010
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.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 4 |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | True |
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.