Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: SharePoint Server 2010
Gets the security general settings.
Syntax
Get-FASTSearchSecurityGeneralSettings [[-Worker] <WorkerPoolNode>]
Detailed Description
This cmdlet retrieves configuration information for general security settings, such as:
-- Default user store ID
-- CCTK server port number
-- CCTK server enabled
-- Default log level
-- Log level namespaces
-- Public Filter FQL
Parameters
| Parameter | Required | Type | Description |
|---|---|---|---|
Worker |
Optional |
Microsoft.SharePoint.Search.Extended.Security.PowerShell.Commands.Troubleshooting.WorkerPoolNode |
The optional Worker parameter specifies the WorkerPoolNode object for the security worker that is to handle the request. |
Input Types
Return Types
Example
---------------EXAMPLE 1-----------------
Get-FASTSearchSecurityGeneralSettings | fl
This example retrieves the configuration setting for all the general security settings and formats the information as a list.