Get FalconSensorUpdatePolicy - CrowdStrike/psfalcon GitHub Wiki
Search for Sensor Update policies
Requires 'Sensor update policies: Read'.
| Name | Type | Description | Min | Max | Allowed | Pipeline | PipelineByName |
|---|---|---|---|---|---|---|---|
| Id | String[] | Policy identifier | X | X | |||
| Filter | String |
Falcon Query Language expression to limit resultscreated_bycreated_timestampdescriptionenabledgroupsmodified_bymodified_timestampnamename.rawplatform_name
|
|||||
| Sort | String | Property and direction to sort results |
created_by.asccreated_by.desccreated_timestamp.asccreated_timestamp.descenabled.ascenabled.descmodified_by.ascmodified_by.descmodified_timestamp.ascmodified_timestamp.descname.ascname.descplatform_name.ascplatform_name.descprecedence.ascprecedence.desc
|
||||
| Limit | Int32 | Maximum number of results per request | 1 |
5000 |
|||
| Include | String[] | Include additional properties | members |
||||
| Offset | Int32 | Position to begin retrieving results | |||||
| Detailed | Switch | Retrieve detailed information | |||||
| All | Switch | Repeat requests until all available results are retrieved | |||||
| Total | Switch | Display total result count instead of results |
Get-FalconSensorUpdatePolicy [[-Filter] <String>] [[-Sort] <String>] [[-Limit] <Int32>] [[-Include] <String[]>] [-Offset <Int32>] [-All] [-Total] [-WhatIf] [-Confirm] [<CommonParameters>]Get-FalconSensorUpdatePolicy -Id <String[]> [[-Include] <String[]>] [-WhatIf] [-Confirm] [<CommonParameters>]Get-FalconSensorUpdatePolicy [[-Filter] <String>] [[-Sort] <String>] [[-Limit] <Int32>] [[-Include] <String[]>] [-Offset <Int32>] -Detailed [-All] [-WhatIf] [-Confirm] [<CommonParameters>]GET /policy/combined/sensor-update/v2
GET /policy/entities/sensor-update/v2
GET /policy/queries/sensor-update/v1
querySensorUpdatePolicies
getSensorUpdatePoliciesV2
queryCombinedSensorUpdatePoliciesV2
Get-FalconSensorUpdatePolicy -Filter "platform_name:'Windows'" -Detailed2023-04-25: PSFalcon v2.2.5
