Set FalconSensorTag - CrowdStrike/psfalcon GitHub Wiki
Use Real-time Response to set SensorGroupingTags on a host
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'.
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 |
Set-FalconSensorTag [-Tag] <String[]> [[-QueueOffline] <Boolean>] [-Id] <String[]> [-WhatIf] [-Confirm] [<CommonParameters>]
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