{"id":1425,"date":"2015-01-11T05:10:53","date_gmt":"2015-01-11T05:10:53","guid":{"rendered":"https:\/\/mmman.itgroove.net\/?p=1425"},"modified":"2023-02-24T21:39:48","modified_gmt":"2023-02-24T21:39:48","slug":"sharepoint-2013-moving-the-search-query-component-to-a-wfe","status":"publish","type":"post","link":"https:\/\/regroove.ca\/archive\/2015\/01\/11\/sharepoint-2013-moving-the-search-query-component-to-a-wfe\/","title":{"rendered":"SharePoint 2013 Moving the Search Query Component to a WFE"},"content":{"rendered":"<p>I&#8217;ve done this a number of times, and have used a variety of others (blog) posts to do this in the past, some of which have gone offline since I first started using them, as such, I wanted to keep track of how to do this for myself, so I&#8217;ve gone ahead and grabbed the PowerShell from the following blog post.<\/p>\n<p>Many thanks to Steve Mann for this post, and I truly appreciate your efforts in figuring out the proper PowerShell to do this correctly.<\/p>\n<p><a href=\"http:\/\/stevemannspath.blogspot.ca\/2013\/03\/sharepoint-2013-search-moving-query.html\">http:\/\/stevemannspath.blogspot.ca\/2013\/03\/sharepoint-2013-search-moving-query.html<\/a><\/p>\n<p><strong>Step #1 &#8211; Clone the Active Search Topology<\/strong><br \/>\n<span style=\"font-size: 10pt\"># Clone the active search topology<br \/>\n$ssa = Get-SPEnterpriseSearchServiceApplication<br \/>\n$active = Get-SPEnterpriseSearchTopology -SearchApplication $ssa -Active<br \/>\n$clone = New-SPEnterpriseSearchTopology -SearchApplication $ssa -Clone \u2013SearchTopology $active<\/span><\/p>\n<p><strong>Step #2 &#8211; Add the New Search Component on the WFE<\/strong><br \/>\n<span style=\"font-size: 10pt\"># Add New Search Component<br \/>\n$wfe = Get-SPEnterpriseSearchServiceInstance -Identity <span style=\"background-color: yellow\">&#8220;[[web front end server name here]]&#8221;<\/span><br \/>\nNew-SPEnterpriseSearchQueryProcessingComponent -SearchTopology $clone -SearchServiceInstance $wfe<\/span><\/p>\n<p><strong>Step #3 &#8211; Start the Search Instance on the WFE<br \/>\n<\/strong><span style=\"font-size: 10pt\"># Start Instance On Different Server<br \/>\nStart-SPEnterpriseSearchServiceInstance -Identity $wfe<\/span><\/p>\n<p><strong>Step #4 &#8211; Activate the Cloned Search Topology<\/strong><br \/>\n<span style=\"font-size: 10pt\"># Activate Search Topology<br \/>\nSet-SPEnterpriseSearchTopology -Identity $clone<\/span><\/p>\n<p><strong>Step #5 &#8211; Clone the Search Topology Again<\/strong><br \/>\n<span style=\"font-size: 10pt\"># Clone Again<br \/>\n$ssa = Get-SPEnterpriseSearchServiceApplication<br \/>\n$active = Get-SPEnterpriseSearchTopology -SearchApplication $ssa -Active<br \/>\n$clone = New-SPEnterpriseSearchTopology -SearchApplication $ssa -Clone \u2013SearchTopology $active<br \/>\n<\/span><\/p>\n<p><strong>Step #6 &#8211; Get the ComponentID to Move<\/strong><br \/>\n<span style=\"font-size: 10pt\"># Get the Search Component ID To Move<br \/>\n$queryComponentID = (Get-SPEnterpriseSearchComponent -SearchTopology $clone -Identity QueryProcessingComponent1).componentID<\/span><\/p>\n<p><strong>Step #7 &#8211; Remove the Search Component from the Original Server<\/strong><br \/>\n<span style=\"font-size: 10pt\"># Remove Search Component<br \/>\nRemove-SPEnterpriseSearchComponent -Identity $queryComponentID.GUID -SearchTopology $clone -confirm:$false<br \/>\n<\/span><\/p>\n<p><strong>Step #8 &#8211;\u00a0Activate the Search Topology Again<\/strong><br \/>\n<span style=\"font-size: 10pt\"># Activate Search Topology Again<br \/>\nSet-SPEnterpriseSearchTopology -Identity $clone<br \/>\n<\/span><\/p>\n<p>Again, all the credit to Steve Mann, much appreciated.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I&#8217;ve done this a number of times, and have used a variety of others (blog) posts to do this in the past, some of which have gone offline since I first started using them, as such, I wanted to keep track of how to do this for myself, so I&#8217;ve gone ahead and grabbed the &hellip; <a href=\"https:\/\/regroove.ca\/archive\/2015\/01\/11\/sharepoint-2013-moving-the-search-query-component-to-a-wfe\/\"><\/a><\/p>\n","protected":false},"author":13,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[7],"tags":[],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>SharePoint 2013 Moving the Search Query Component to a WFE - Archive<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/regroove.ca\/archive\/2015\/01\/11\/sharepoint-2013-moving-the-search-query-component-to-a-wfe\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"SharePoint 2013 Moving the Search Query Component to a WFE - Archive\" \/>\n<meta property=\"og:description\" content=\"I&#8217;ve done this a number of times, and have used a variety of others (blog) posts to do this in the past, some of which have gone offline since I first started using them, as such, I wanted to keep track of how to do this for myself, so I&#8217;ve gone ahead and grabbed the &hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/regroove.ca\/archive\/2015\/01\/11\/sharepoint-2013-moving-the-search-query-component-to-a-wfe\/\" \/>\n<meta property=\"og:site_name\" content=\"Archive\" \/>\n<meta property=\"article:published_time\" content=\"2015-01-11T05:10:53+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-02-24T21:39:48+00:00\" \/>\n<meta name=\"author\" content=\"Colin Phillips (Alumni)\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Colin Phillips (Alumni)\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/regroove.ca\/archive\/2015\/01\/11\/sharepoint-2013-moving-the-search-query-component-to-a-wfe\/\",\"url\":\"https:\/\/regroove.ca\/archive\/2015\/01\/11\/sharepoint-2013-moving-the-search-query-component-to-a-wfe\/\",\"name\":\"SharePoint 2013 Moving the Search Query Component to a WFE - Archive\",\"isPartOf\":{\"@id\":\"https:\/\/regroove.ca\/archive\/#website\"},\"datePublished\":\"2015-01-11T05:10:53+00:00\",\"dateModified\":\"2023-02-24T21:39:48+00:00\",\"author\":{\"@id\":\"https:\/\/regroove.ca\/archive\/#\/schema\/person\/adeb0df1cc7a862160be620ca7eace1b\"},\"breadcrumb\":{\"@id\":\"https:\/\/regroove.ca\/archive\/2015\/01\/11\/sharepoint-2013-moving-the-search-query-component-to-a-wfe\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/regroove.ca\/archive\/2015\/01\/11\/sharepoint-2013-moving-the-search-query-component-to-a-wfe\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/regroove.ca\/archive\/2015\/01\/11\/sharepoint-2013-moving-the-search-query-component-to-a-wfe\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog Archive\",\"item\":\"https:\/\/regroove.ca\/archive\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"SharePoint 2013 Moving the Search Query Component to a WFE\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/regroove.ca\/archive\/#website\",\"url\":\"https:\/\/regroove.ca\/archive\/\",\"name\":\"Archive\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/regroove.ca\/archive\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/regroove.ca\/archive\/#\/schema\/person\/adeb0df1cc7a862160be620ca7eace1b\",\"name\":\"Colin Phillips (Alumni)\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/regroove.ca\/archive\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/14eeab0d377e9630e0983d9c08911979?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/14eeab0d377e9630e0983d9c08911979?s=96&d=mm&r=g\",\"caption\":\"Colin Phillips (Alumni)\"},\"url\":\"https:\/\/regroove.ca\/archive\/author\/cphillips\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"SharePoint 2013 Moving the Search Query Component to a WFE - Archive","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/regroove.ca\/archive\/2015\/01\/11\/sharepoint-2013-moving-the-search-query-component-to-a-wfe\/","og_locale":"en_US","og_type":"article","og_title":"SharePoint 2013 Moving the Search Query Component to a WFE - Archive","og_description":"I&#8217;ve done this a number of times, and have used a variety of others (blog) posts to do this in the past, some of which have gone offline since I first started using them, as such, I wanted to keep track of how to do this for myself, so I&#8217;ve gone ahead and grabbed the &hellip;","og_url":"https:\/\/regroove.ca\/archive\/2015\/01\/11\/sharepoint-2013-moving-the-search-query-component-to-a-wfe\/","og_site_name":"Archive","article_published_time":"2015-01-11T05:10:53+00:00","article_modified_time":"2023-02-24T21:39:48+00:00","author":"Colin Phillips (Alumni)","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Colin Phillips (Alumni)","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/regroove.ca\/archive\/2015\/01\/11\/sharepoint-2013-moving-the-search-query-component-to-a-wfe\/","url":"https:\/\/regroove.ca\/archive\/2015\/01\/11\/sharepoint-2013-moving-the-search-query-component-to-a-wfe\/","name":"SharePoint 2013 Moving the Search Query Component to a WFE - Archive","isPartOf":{"@id":"https:\/\/regroove.ca\/archive\/#website"},"datePublished":"2015-01-11T05:10:53+00:00","dateModified":"2023-02-24T21:39:48+00:00","author":{"@id":"https:\/\/regroove.ca\/archive\/#\/schema\/person\/adeb0df1cc7a862160be620ca7eace1b"},"breadcrumb":{"@id":"https:\/\/regroove.ca\/archive\/2015\/01\/11\/sharepoint-2013-moving-the-search-query-component-to-a-wfe\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/regroove.ca\/archive\/2015\/01\/11\/sharepoint-2013-moving-the-search-query-component-to-a-wfe\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/regroove.ca\/archive\/2015\/01\/11\/sharepoint-2013-moving-the-search-query-component-to-a-wfe\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog Archive","item":"https:\/\/regroove.ca\/archive\/"},{"@type":"ListItem","position":2,"name":"SharePoint 2013 Moving the Search Query Component to a WFE"}]},{"@type":"WebSite","@id":"https:\/\/regroove.ca\/archive\/#website","url":"https:\/\/regroove.ca\/archive\/","name":"Archive","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/regroove.ca\/archive\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/regroove.ca\/archive\/#\/schema\/person\/adeb0df1cc7a862160be620ca7eace1b","name":"Colin Phillips (Alumni)","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/regroove.ca\/archive\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/14eeab0d377e9630e0983d9c08911979?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/14eeab0d377e9630e0983d9c08911979?s=96&d=mm&r=g","caption":"Colin Phillips (Alumni)"},"url":"https:\/\/regroove.ca\/archive\/author\/cphillips\/"}]}},"_links":{"self":[{"href":"https:\/\/regroove.ca\/archive\/wp-json\/wp\/v2\/posts\/1425"}],"collection":[{"href":"https:\/\/regroove.ca\/archive\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/regroove.ca\/archive\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/regroove.ca\/archive\/wp-json\/wp\/v2\/users\/13"}],"replies":[{"embeddable":true,"href":"https:\/\/regroove.ca\/archive\/wp-json\/wp\/v2\/comments?post=1425"}],"version-history":[{"count":1,"href":"https:\/\/regroove.ca\/archive\/wp-json\/wp\/v2\/posts\/1425\/revisions"}],"predecessor-version":[{"id":1858,"href":"https:\/\/regroove.ca\/archive\/wp-json\/wp\/v2\/posts\/1425\/revisions\/1858"}],"wp:attachment":[{"href":"https:\/\/regroove.ca\/archive\/wp-json\/wp\/v2\/media?parent=1425"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/regroove.ca\/archive\/wp-json\/wp\/v2\/categories?post=1425"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/regroove.ca\/archive\/wp-json\/wp\/v2\/tags?post=1425"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}