Skip to content

Commit 1225fb2

Browse files
authored
Merge pull request MicrosoftDocs#615 from tseward/patch-300
Update Set-SPEnterpriseSearchMetadataManagedProperty.md
2 parents 05a4af5 + 0de24ae commit 1225fb2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

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

3636
### ------------------EXAMPLE------------------
3737
```
38-
C:\PS>$searchapp = Get-SPEnterpriseSearchServiceApplication
39-
Set-SPEnterpriseSearchMetadataManagedProperty -SearchApplication $searchapp -Identity UserName -EnabledForScoping $true
38+
PS C:\>$ssa = Get-SPEnterpriseSearchServiceApplication
39+
PS C:\>Set-SPEnterpriseSearchMetadataManagedProperty -SearchApplication $ssa -Identity UserName -EnabledForScoping $true
4040
```
4141

4242
This example sets the EnabledForScoping property to true for the managed property named UserName in the default search service application.
@@ -209,7 +209,7 @@ Accept wildcard characters: False
209209
```
210210

211211
### -IncludeInAlertSignature
212-
{{Fill IncludeInAlertSignature Description}}
212+
Specifies whether this managed property should be included in alert signature.
213213

214214
```yaml
215215
Type: Boolean
@@ -360,7 +360,7 @@ Accept wildcard characters: False
360360
```
361361

362362
### -SafeForAnonymous
363-
{{Fill SafeForAnonymous Description}}
363+
Specifies whether it is acceptable to display the contents of the property in search results for anonymous searches.
364364

365365
```yaml
366366
Type: Boolean

0 commit comments

Comments
 (0)