Remove-FASTSearchSecurityUserStore

Removes a user store.

Syntax

Remove-FASTSearchSecurityUserStore
      [-Identity] <String>
      [[-SecurityUserStoreToRemove] <SecurityUserStore>]
      [-Confirm]
      [-WhatIf]
      [<CommonParameters>]

Description

This cmdlet deletes a security user store. The user store may be a Lotus Notes, Microsoft, or 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)

Remove-FASTSearchSecurityUserStore -Identity wn1

This example deletes the "wn1" user store. A prompt is displayed to confirm the request.

---------------EXAMPLE 2----------------- (FAST Server for SharePoint 2010)

Get-FASTSearchSecurityLotusNotesUserStore ln2 | remove-FASTSearchSecurityUserStore

This example deletes the user store specified by a piped SecurityUserStoreToRemove instance. A prompt is displayed to confirm the request.

Parameters

-Confirm

Activates user prompting to confirm the operation. If set, prompting is activated and you must confirm the remove request.

To suppress user prompting, set the confirm parameter to false. For example: -confirm:$false

Type:SwitchParameter
Aliases:cf
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:FAST Server for SharePoint 2010

-Identity

The identity of the user store to remove.

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

-SecurityUserStoreToRemove

A MicrosoftUserStore, LotusNotesUserStore, or ClaimsUserStore instance whose identity is used to remove the user store.

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

-WhatIf

Displays a message that describes the effect of the command instead of executing the command. For more information, type the following command: get-help about_commonparameters

Type:SwitchParameter
Aliases:wi
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:FAST Server for SharePoint 2010