Get-S1Filter
SYNOPSIS
Retrieve information related to SentinelOne agents.
SYNTAX
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
Retrieves information for the agent with the name "Agent1".
EXAMPLE 2
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.