Admin-Ahead Community

Windows => General Windows => Topic started by: Aby on February 27, 2014, 06:54:28 am

Title: Unable to Change the Preferred Search Center in Sharepoint 2013 -My Sites
Post by: Aby on February 27, 2014, 06:54:28 am
Unable to Change the Preferred Search Center in Sharepoint 2013 -My Sites


 From power shell:

$ssa = Get-SPEnterpriseSearchServiceApplication$ssa.SearchCenterUrl = "https://url-of-the-search-center/"$ssa.Update()

Verify the setting :
$ssa = Get-SPEnterpriseSearchServiceApplication$ssa.SearchCenterUrl

Now reset IIS by running this command:
iisreset

Or you can reboot the server .
-----