Get-FASTSearchSearchSettingGroup
Retrieves Microsoft FAST Search Server 2010 for SharePoint search setting groups.
Syntax
Get-FASTSearchSearchSettingGroup
[-Name <String>]
[<CommonParameters>]
Description
This cmdlet retrieves one or all FAST Search Server 2010 for SharePoint search setting groups. When a group name is specified, a single group is retrieved, if it exists.
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-----------------
Get-FASTSearchSearchSettingGroup
This example retrieves all FAST Search Server 2010 for SharePoint search setting groups.
---------------EXAMPLE 2-----------------
Get-FASTSearchSearchSettingGroup -Name marketinggroup
This example retrieves the "marketinggroup" search setting group.
Parameters
-Name
The name of the search setting group to retrieve.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | FAST Server for SharePoint 2010 |