Set-FASTSearchSecurityClaimsUserStore

Updates a claims user store.

Syntax

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

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:True
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

-SecurityContent

A claims user store object whose property values are used to update another claims user store.

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