Posts

Showing posts from April, 2017

Modifying SharePoint 2013 Search Service Topology All At Once

Image
Its a routine work that we have to create/configure SharePoint Service Applications and Search Service Application is one of the major service that takes time after creation for configuration. Mostly there are three tier architecture where we customize SharePoint Search Service Topology in order to make it more stable, available and quick for content processing. In SharePoint 2010 it was simple through UI but in SharePoint 2013 you can do all of this stuff using PowerShell. In my case, i have 2 APP servers, 2 WFE servers and 1 DB server. Below is the PowerShell script where you can replace your servers names only and get your Search Topology configured like my farm. Putting end result screenshot of my Search Topology. My APP01 server is the Central Administration server. Note: Make sure your Search Service Application has been started on all target servers. You can use below command for each server to start the service. $ssa = Get-SPEnterpriseSearchServiceApp