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 @@ -24,16 +24,16 @@ For permissions and the most current information about FAST Search Server 2010 f
24
24
25
25
## EXAMPLES
26
26
27
- ### ---------------EXAMPLE 1----------------- (FAST Server for SharePoint 2010)
27
+ ### ---------------EXAMPLE 1-----------------
28
28
```
29
- C:\PS >Get-FASTSearchSecurityPublicFilter
29
+ PS C:\>Get-FASTSearchSecurityPublicFilter
30
30
```
31
31
32
32
This example gets the security public filter's general setting configuration information.
33
33
34
- ### ---------------EXAMPLE 2----------------- (FAST Server for SharePoint 2010)
34
+ ### ---------------EXAMPLE 2-----------------
35
35
```
36
- C:\PS >Get-FASTSearchSecurityWorkerNode workerserver | Get-FASTSearchSecurityPublicFilter
36
+ PS C:\>Get-FASTSearchSecurityWorkerNode workerserver | Get-FASTSearchSecurityPublicFilter
37
37
```
38
38
39
39
This example gets the security public filter's general setting configuration information for a security worker with the server name of "workerserver".
You can’t perform that action at this time.
0 commit comments