Remove-FASTSearchSecurityUserStore
Removes a user store.
Syntax
Default (Default)
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
Applicable: FAST Server for SharePoint 2010
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
Parameter properties
Type: | SwitchParameter |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Aliases: | cf |
Parameter sets
(All)
Position: | Named |
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 identity of the user store to remove.
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 |
-SecurityUserStoreToRemove
Applicable: FAST Server for SharePoint 2010
A MicrosoftUserStore, LotusNotesUserStore, or ClaimsUserStore instance whose identity is used to remove the user store.
Parameter properties
Type: | SecurityUserStore |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 9999 |
Mandatory: | False |
Value from pipeline: | True |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-WhatIf
Applicable: FAST Server for SharePoint 2010
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
Parameter properties
Type: | SwitchParameter |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Aliases: | wi |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
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.