February 2013
Intermediate to advanced
304 pages
8h 26m
English
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 ...
Read now
Unlock full access