Share via


Set-FASTSearchSecurityDefaultUserStore

Updates the default user store general setting.

Syntax

ProcessId

Set-FASTSearchSecurityDefaultUserStore
    [[-DefaultUserStoreId] <String>]
    [<CommonParameters>]

ProcessGeneralSetting

Set-FASTSearchSecurityDefaultUserStore
    [[-GeneralSetting] <DefaultUserStoreSetting>]
    [<CommonParameters>]

Description

This cmdlet updates the identity of the user store that users and groups are looked up in, to determine the appropriate document access if the user store identity is not specified when looking up the user or group.

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-FASTSearchSecurityDefaultUserStore -DefaultUserStoreId win

This example sets the default user store to "win".

EXAMPLE 2 (FAST Server for SharePoint 2010)

C:\PS>$defuserstore | Set-FASTSearchSecurityDefaultUserStore

This example updates the default user store using values from a pipeline GeneralSetting parameter.

In this example, the $defuserstoreGeneralSetting was created with this command: $defuserstore = Get-FASTSearchSecurityDefaultUserStore.

Parameters

-DefaultUserStoreId

Applicable: FAST Server for SharePoint 2010

The identity of the user store to set as the default user store.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

ProcessId
Position:1
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-GeneralSetting

Applicable: FAST Server for SharePoint 2010

A DefaultUserStoreSettinginstance whose property values are used for the DefaultUserStoreSetting being updated.

Parameter properties

Type:DefaultUserStoreSetting
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

ProcessGeneralSetting
Position:9999
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.