Get-FASTSearchSecurityGeneralSettings
Gets the security general settings.
Syntax
Get-FASTSearchSecurityGeneralSettings
[[-Worker] <WorkerPoolNode>]
[<CommonParameters>]
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
For permissions and the most current information about FAST Search Server 2010 for SharePoint cmdlets, see the online documentation, (https://go.microsoft.com/fwlink/?LinkId=163227).
Examples
---------------EXAMPLE 1-----------------
Get-FASTSearchSecurityGeneralSettings | fl
This example retrieves the configuration setting for all the general security settings and formats the information as a list.
Parameters
-Worker
The optional Worker parameter specifies the WorkerPoolNode object for the security worker that is to handle the request.
Type: | WorkerPoolNode |
Position: | 9999 |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | FAST Server for SharePoint 2010 |