Skip to content

Get FalconSensorTag

bk-cs edited this page Sep 3, 2024 · 18 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 uses Real-time Response to retrieve tags from the target host(s).

Get-FalconSensorTag -Id <id>, <id> -Tag tag1, tag2 [-QueueOffline]

2024-09-03: PSFalcon v2.2.7

Clone this wiki locally