Get-FASTSearchMetadataManagedProperty
Retrieves a managed property with the specified name.
Syntax
Default (Default)
Get-FASTSearchMetadataManagedProperty
[[-Name] <String>]
[<CommonParameters>]
Description
This command retrieves managed properties that match the input parameter. If wildcards are used, the command may return more than one managed property.
A managed property is a piece of information (such as title, author, etc.) that is stored for each item in the index.
See Set-FASTSearchMetadataManagedProperty for details about the managed property parameters and how to configure them.
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-FASTSearchMetadataManagedProperty -name title
This example retrieves a managed property named "title". It returns an object representing the managed property.
EXAMPLE 2
Get-FASTSearchMetadataManagedProperty -name content*
This example returns all managed properties with names starting with "content". It returns a list of managed property objects.
Parameters
-Name
Applicable: FAST Server for SharePoint 2010
The name of the managed property to retrieve. This option supports wildcards, and the matching is case-insensitive.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Aliases: | ManagedPropertyName, N |
Parameter sets
(All)
Position: | 1 |
Mandatory: | False |
Value from pipeline: | True |
Value from pipeline by property name: | True |
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.