Set FalconSensorTag - CrowdStrike/psfalcon GitHub Wiki

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 ['SensorGroupingTags/']
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

Set Sensor grouping tags

Set-FalconSensorTag uses Real-time Response to define the tags for the target host(s).

Set-FalconSensorTag -Id <id>, <id> -Tag SensorGroupingTags/tag1, SensorGroupingTags/tag2 [-QueueOffline]

2025-02-21: PSFalcon v2.2.7

⚠️ **GitHub.com Fallback** ⚠️