New-FASTSearchSecurityClaimsUserStore
Creates a FAST Search Server 2010 for SharePoint security user store to provide security for claims content.
Syntax
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
A brief explanation of the user store.
Type: | String |
Position: | 2 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | FAST Server for SharePoint 2010 |
-Identity
The user store identity.
Type: | String |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | FAST Server for SharePoint 2010 |
-Issuer
The Microsoft SharePoint Server Security Token Service (STS) claims provider that issued the claims.
Type: | String |
Position: | 3 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | FAST Server for SharePoint 2010 |
-ObjectToClone
A claims user store object whose property values are used as a baseline to create another claims user store.
Type: | ClaimsUserStore |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | FAST Server for SharePoint 2010 |