Skip to content

Set FalconSensorTag

bk-cs edited this page Sep 3, 2024 · 1 revision

Set-FalconSensorTag

SYNOPSIS

Use Real-time Response to set SensorGroupingTags on a host

DESCRIPTION

Provided SensorGroupingTag values will overwrite any existing tags. To append to existing values, use 'Add-FalconSensorTag'.

Requires 'Hosts: Read', 'Sensor update policies: Write', 'Real time response: Read', and 'Real time response (admin): Write'.

PARAMETERS

Name Type Description Min Max Allowed Pipeline PipelineByName
Tag String[] SensorGroupingTag value ['FalconSensorTags/']
QueueOffline Boolean Add command request to the offline queue
Id String[] Host identifier X X

SYNTAX

Set-FalconSensorTag [-Tag] <String[]> [[-QueueOffline] <Boolean>] [-Id] <String[]> [-WhatIf] [-Confirm] [<CommonParameters>]

USAGE

2024-09-03: PSFalcon v2.2.7

Clone this wiki locally