Set-FASTSearchSecurityConfigurationStatus
Applies to: SharePoint Server 2010
Sets a Boolean value specifying if the current query node has the necessary security configuration to enforce security on query requests.
Syntax
Set-FASTSearchSecurityConfigurationStatus [-status] <$true | $false>
Detailed Description
This cmdlet sets the status specifying if the necessary security configuration to enforce security on query requests is available on the current query node. True means that the necessary security configuration is on this query node to enforce security on query requests, false means that the security configuration is missing or insufficient to enforce security on this query node.
The Microsoft FAST Search Server 2010 for SharePoint query node will not accept search requests until this status is set to true.
You should only set the status manually if the administration node is down and you want to allow search requests with the current configuration. Manually setting this value to true may result in query responses containing search requests for documents that users may not have rights to access.
Parameters
Parameter | Required | Type | Description |
---|---|---|---|
status |
Required |
System.Boolean |
Specifies whether sufficient security configuration is present on this query node to enforce security on query requests. |
Input Types
Return Types
Example
---------------EXAMPLE 1-----------------
Set-FASTSearchConfigurationStatus $true
This example sets the status of the current query node to true so that the node can provide query responses that enforce security based on the current security configuration.