On line 4855 we have the following code statement
$searchSvc | Set-SPEnterpriseSearchServiceInstance -DefaultIndexLocation $indexLocation -ErrorAction
however as per Microsoft documentation the -DefaultIndexLocation is parameter is obsolete and has no function. We should not use this parameter? is this correct ?
regards
Mo
$searchSvc | Set-SPEnterpriseSearchServiceInstance -DefaultIndexLocation $indexLocation -ErrorAction
however as per Microsoft documentation the -DefaultIndexLocation is parameter is obsolete and has no function. We should not use this parameter? is this correct ?
regards
Mo