Get FalconContentState - CrowdStrike/psfalcon GitHub Wiki
Search for host content file states
Requires 'Device Content: Read'.
| Name | Type | Description | Min | Max | Allowed | Pipeline | PipelineByName |
|---|---|---|---|---|---|---|---|
| Id | String[] | Host identifier | X | X | |||
| Filter | String | Falcon Query Language expression to limit results | |||||
| Sort | String | Property and direction to sort results | |||||
| Limit | Int32 | Maximum number of results per request [default: 100] | 1 |
10000 |
|||
| 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-FalconContentState [[-Filter] <String>] [[-Sort] <String>] [[-Limit] <Int32>] [-Offset <Int32>] [-Detailed] [-All] [-Total] [-WhatIf] [-Confirm] [<CommonParameters>]Get-FalconContentState -Id <String[]> [-WhatIf] [-Confirm] [<CommonParameters>]GET /device-content/entities/states/v1
GET /device-content/queries/states/v1
queries_states_v1
entities_states_v1
2024-12-19: PSFalcon v2.2.8
