As far as I know the page (/_admin/search/searchconfigwizardtopologyconfig.aspx) where you can add, remove, or modify components of the topology of the Search Service Application e.g. the index location in SP 2010 is no longer available. So if you would like to get your Search Index Location then you could use the following PowerShell script.
$searchSrvInst = Get-SPEnterpriseSearchServiceInstance $searchSrvInst.Components
Comments
Post a Comment