Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Unable to Change the Preferred Search Center in Sharepoint 2013 -My Sites  (Read 3655 times)

0 Members and 1 Guest are viewing this topic.

Aby

  • Guest
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 .

-----