Skip to content

Get-S1Filter

SYNOPSIS

Retrieve information related to SentinelOne agents.

SYNTAX

Get-S1Filter [[-Name] <String>] [<CommonParameters>]

DESCRIPTION

This function retrieves information related to SentinelOne agents using filters such as agent name. It sends a GET request to the `/web/api/v2.1/filters` endpoint and returns the data.

EXAMPLES

EXAMPLE 1

Get-S1Filter -Name "Agent1"

Retrieves information for the agent with the name "Agent1".

EXAMPLE 2

Get-S1Filter

Retrieves information for all agents without applying any filters.

PARAMETERS

-Name

Filter agents by name.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES