Skip to content

Commit 38e9817

Browse files
authored
Merge pull request MicrosoftDocs#618 from tseward/patch-304
Update Set-SPEnterpriseSearchQueryScope.md
2 parents d8536d0 + 4804917 commit 38e9817

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sharepoint/sharepoint-ps/sharepoint-server/Set-SPEnterpriseSearchQueryScope.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ For permissions and the most current information about Windows PowerShell for Sh
3737

3838
### ------------------EXAMPLE------------------
3939
```
40-
C:\PS>$ssa = Get-SPenterpriseSearchServiceApplication -Identity MySSA
41-
Get-SPEnterpriseSearchQueryScope -Identity MustCrawl -SearchApplication $ssa | Set-SPEnterpriseSearchQueryScope -Description "Business critical sites to index" -CompilationType 1 -AlternateResultsPage http://altServer
40+
PS C:\>$ssa = Get-SPenterpriseSearchServiceApplication
41+
PS C:\>Get-SPEnterpriseSearchQueryScope -Identity MustCrawl -SearchApplication $ssa | Set-SPEnterpriseSearchQueryScope -Description "Business critical sites to index" -CompilationType 1 -AlternateResultsPage http://altServer
4242
```
4343

4444
This example obtains a reference to the scope named MustCrawl on the search service application named MySSA and changes the description, compilation type and alternate access URL.

0 commit comments

Comments
 (0)