New-FASTSearchSecurityClaimsUserStore    
	Creates a FAST Search Server 2010 for SharePoint security user store to provide security for claims content.
Syntax
Default (Default)
New-FASTSearchSecurityClaimsUserStore
    [-Identity] <String>
    [[-Description] <String>]
    [[-Issuer] <String>]
    [-ObjectToClone <ClaimsUserStore>]
    [<CommonParameters>]
Description
This cmdlet configures extended security for claims content.
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 (FAST Server for SharePoint 2010) 
	New-FASTSearchSecurityClaimsUserStore -Identity clm
This example creates a new security claims user store with a user store Identity of "clm".
This example uses default values for all parameters except the required Identity parameter.
EXAMPLE 2 (FAST Server for SharePoint 2010) 
	Get-FASTSearchSecurityClaimsUserStore -Identity clm | New-FASTSearchSecurityClaimsUserStore -Identity cl2
This example creates a new security claims user store with an identity of "cl2" using all properties from the claims user store "clm" as a baseline. The New-FASTSearchSecurityClaimsUserStore cmdlet uses the ObjectToClone value on the pipeline as input to the New cmdlet.
Parameters
-Description
Applicable: FAST Server for SharePoint 2010
A brief explanation of the user store.
Parameter properties
| Type: | String | 
| Default value: | None | 
| Supports wildcards: | False | 
| DontShow: | False | 
Parameter sets
(All)
| Position: | 2 | 
| Mandatory: | False | 
| Value from pipeline: | False | 
| Value from pipeline by property name: | False | 
| Value from remaining arguments: | False | 
-Identity
Applicable: FAST Server for SharePoint 2010
The user store identity.
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: | False | 
| Value from remaining arguments: | False | 
-Issuer
Applicable: FAST Server for SharePoint 2010
The Microsoft SharePoint Server Security Token Service (STS) claims provider that issued the claims.
Parameter properties
| Type: | String | 
| 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: | False | 
| Value from remaining arguments: | False | 
-ObjectToClone 
		Applicable: FAST Server for SharePoint 2010
A claims user store object whose property values are used as a baseline to create another claims user store.
Parameter properties
| Type: | ClaimsUserStore | 
| Default value: | None | 
| Supports wildcards: | False | 
| DontShow: | False | 
Parameter sets
(All)
| Position: | Named | 
| 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.