Set-FASTSearchSecurityClaimsUserStore
Updates a claims user store.
Syntax
Default (Default)
Set-FASTSearchSecurityClaimsUserStore
[-Identity] <String>
[[-SecurityContent] <ClaimsUserStore>]
[[-Description] <String>]
[[-Issuer] <String>]
[<CommonParameters>]
Description
This cmdlet updates the configuration settings for a claims user store.
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)
Set-FASTSearchSecurityClaimsUserStore -Identity clm -Description "SharePoint Users"
This example updates the description of the "clm" claims user store.
EXAMPLE 2 (FAST Server for SharePoint 2010)
Get-FASTSearchSecurityClaimsUserStore -Identity cl2 | Set-FASTSearchSecurityClaimsUserStore -Issuer Windows
This example sets the issuer of the "cl2" claims user store to "Windows". The Set-FASTSearchSecurityClaimsUserStore cmdlet updates the SecurityContent value piped from the Get-FASTSearchSecurityClaimsUserStore.
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: | True |
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 |
-SecurityContent
Applicable: FAST Server for SharePoint 2010
A claims user store object whose property values are used to update another claims user store.
Parameter properties
Type: | ClaimsUserStore |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 1 |
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.