File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
sharepoint/sharepoint-ps/sharepoint-server Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ For permissions and the most current information about Windows PowerShell for Sh
35
35
36
36
### ------------------EXAMPLE------------------
37
37
```
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
40
40
```
41
41
42
42
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
209
209
` ` `
210
210
211
211
# ## -IncludeInAlertSignature
212
- {{Fill IncludeInAlertSignature Description}}
212
+ Specifies whether this managed property should be included in alert signature.
213
213
214
214
` ` ` yaml
215
215
Type: Boolean
@@ -360,7 +360,7 @@ Accept wildcard characters: False
360
360
` ` `
361
361
362
362
# ## -SafeForAnonymous
363
- {{Fill SafeForAnonymous Description}}
363
+ Specifies whether it is acceptable to display the contents of the property in search results for anonymous searches.
364
364
365
365
` ` ` yaml
366
366
Type: Boolean
You can’t perform that action at this time.
0 commit comments