Skip to content

Commit 53cc52d

Browse files
authored
Merge pull request MicrosoftDocs#853 from tseward/patch-487
Update Remove-SPEnterpriseSearchComponent.md
2 parents 3ebf6f3 + 03ca508 commit 53cc52d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sharepoint/sharepoint-ps/sharepoint-server/Remove-SPEnterpriseSearchComponent.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ For permissions and the most current information about Windows PowerShell for Sh
2929

3030
### ------------------EXAMPLE-----------------
3131
```
32-
C:\PS>$ssa = Get-SPEnterpriseSearchServiceApplication
33-
$topology = Get-SPEnterpriseSearchTopology -SearchApplication $ssa -Identity 10fa59cb-4b32-4fe6-8f8d-065388df201e
34-
Remove-SPEnterpriseSearchComponent -SearchTopology $topology -Identity c1642176-b9ae-4096-834c-080da5fba90e
32+
PS C:\>$ssa = Get-SPEnterpriseSearchServiceApplication
33+
PS C:\>$topology = Get-SPEnterpriseSearchTopology -SearchApplication $ssa -Identity 10fa59cb-4b32-4fe6-8f8d-065388df201e
34+
PS C:\>Remove-SPEnterpriseSearchComponent -SearchTopology $topology -Identity c1642176-b9ae-4096-834c-080da5fba90e
3535
```
3636

3737
This example removes the search component with identity c1642176-b9ae-4096-834c-080da5fba90e from the search topology with identity 10fa59cb-4b32-4fe6-8f8d-065388df201e from the default search application.

0 commit comments

Comments
 (0)