Skip to content

Get FalconSensorTag

bk-CS edited this page Feb 21, 2025 · 19 revisions

Get-FalconSensorTag

SYNOPSIS

Display SensorGroupingTags assigned to hosts

DESCRIPTION

Returns 'cid', 'device_id', and any SensorGroupingTags listed under 'tags' within a 'Get-FalconHost' result.

Requires 'Hosts: Read'.

PARAMETERS

Name Type Description Min Max Allowed Pipeline PipelineByName
Id String[] Host identifier X X

SYNTAX

Get-FalconSensorTag [-Id] <String[]> [-WhatIf] [-Confirm] [<CommonParameters>]

USAGE

Retrieving Sensor grouping tags

Get-FalconSensorTag -Id <id>, <id>

2025-02-21: PSFalcon v2.2.7

Clone this wiki locally