Display Available Managed Properties

Scenario/Problem: You want to view the information on the available search metadata managed properties.

Solution: Use the Get-SPEnterpriseSearchMetadataManagedProperty cmdlet.

The Get-SPEnterpriseSearchMetadataManagedProperty cmdlet provides information on the Enterprise Search metadata categories configured for a particular search service application. Therefore, you need to provide a search service application with this cmdlet, as shown in Listing 13.15.

Listing 13.15. Displaying the Search Metadata-Managed Properties

$ssApp = Get-SPEnterpriseSearchServiceApplication-Identity 81aedaf7-704c-47f4-8173-5e99a7495ac3Get-SPEnterpriseSearchMetadataManagedProperty-SearchApplication $ssApp

The Enterprise Search ...

Get PowerShell™ for SharePoint® 2013 How-To now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.