Set-FASTSearchSecurityClaimsUserStore

 

Applies to: SharePoint Server 2010

Updates a claims user store.

Syntax

Set-FASTSearchSecurityClaimsUserStore [-Identity] <String> [[-SecurityContent] <ClaimsUserStore>] [[-Description] <String>] [[-Issuer] <String>]

Detailed Description

This cmdlet updates the configuration settings for a claims user store.

Parameters

Parameter Required Type Description

Identity

Required

System.String

The user store identity.

SecurityContent

Optional

Microsoft.SharePoint.Search.Extended.Security.PowerShell.Commands.ClaimsContent.ClaimsUserStore

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

Description

Optional

System.String

A brief explanation of the user store.

Issuer

Optional

System.String

The Microsoft SharePoint Server Security Token Service (STS) claims provider that issued the claims.

Input Types

Return Types

Example

---------------EXAMPLE 1-----------------

Set-FASTSearchSecurityClaimsUserStore -Identity clm -Description "Sharepoint Users"

This example updates the description of the “clm” claims user store.

---------------EXAMPLE 2-----------------

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.

See Also

Reference

Get-FASTSearchSecurityClaimsUserStore
New-FASTSearchSecurityClaimsUserStore