Remove-FASTSearchSearchSettingGroup
Deletes a Microsoft FAST Search Server 2010 for SharePoint search setting group.
Syntax
Remove-FASTSearchSearchSettingGroup
-Name <String>
[-Confirm]
[-Force]
[-WhatIf]
[<CommonParameters>]
Description
This cmdlet deletes a FAST Search Server 2010 for SharePoint search setting 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)
Remove-FASTSearchSearchSettingGroup -Name marketinggroup
This example deletes the "marketinggroup" search setting group.
---------------EXAMPLE 2----------------- (FAST Server for SharePoint 2010)
Remove-FASTSearchSearchSettingGroup -Name marketinggroup -Force
This example deletes the "marketinggroup" search setting group without being prompted to confirm the operation.
---------------EXAMPLE 3----------------- (FAST Server for SharePoint 2010)
Remove-FASTSearchSearchSettingGroup -Name marketinggroup -WhatIf
This example describes what would happen if you executed the Remove-FASTSearchSearchSettingGroup cmdlet.
Parameters
-Confirm
Activates user prompting to confirm the operation. If set, prompting is activated.
If Confirm is false (-Confirm:$false), you will not be prompted.
In cases where Confirm is not specified, the cmdlet will prompt if the $ConfirmPreference shell variable is equal to or greater than the ConfirmImpact setting of the cmdlet (HIGH).
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 |
-Force
Overrides any user prompting settings so the user is not asked to confirm the operation.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | FAST Server for SharePoint 2010 |
-Name
The name of the search setting group to delete.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
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 |