Get-FASTSearchSecurityWorkerNode
Gets status information about a security worker or workers.
Syntax
Default (Default)
Get-FASTSearchSecurityWorkerNode
[[-Identity] <String>]
[-Active]
[-Dead]
[<CommonParameters>]
Description
This cmdlet retrieves the URI and status for a security worker or a group of workers. A security worker is the Windows service that generates user search security filters. The cmdlet's function changes depending upon the parameter values:
-- If Identity is specified, the command gets the worker associated with the given URI.
-- If Active is specified, the command gets a list of all active workers.
-- If Dead is specified, the command gets a list of all inactive workers.
-- If none of these parameters are specified, the command returns a list of all workers.
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-FASTSearchSecurityWorkerNode -Identity localhost
This example gets the status and complete URI for the worker with "localhost" in its URI.
EXAMPLE 2
Get-FASTSearchSecurityWorkerNode
This example returns a list of all workers, both active and inactive.
Parameters
-Active
Applicable: FAST Server for SharePoint 2010
If specified, get a list of all active workers.
Parameter properties
Type: | SwitchParameter |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 2 |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | True |
Value from remaining arguments: | False |
-Dead
Applicable: FAST Server for SharePoint 2010
If specified, get a list of all inactive workers. A worker is "dead" if it does not respond to requests from the security manager. This may occur if a worker machine goes down, or if there are network problems.
Parameter properties
Type: | SwitchParameter |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 3 |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | True |
Value from remaining arguments: | False |
-Identity
Applicable: FAST Server for SharePoint 2010
The identity of the worker to get. This is a URI or a partial URI, the server name for example.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 1 |
Mandatory: | False |
Value from pipeline: | True |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.