Get FalconInstaller - CrowdStrike/psfalcon GitHub Wiki
Search for Falcon sensor installers
Requires 'Sensor Download: Read'.
Name | Type | Description | Min | Max | Allowed | Pipeline | PipelineByName |
---|---|---|---|---|---|---|---|
Id | String[] | Sha256 hash value | 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 | 1 |
500 |
|||
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-FalconInstaller [[-Filter] <String>] [[-Sort] <String>] [[-Limit] <Int32>] [-Offset <Int32>] [-All] [-Total] [-WhatIf] [-Confirm] [<CommonParameters>]
Get-FalconInstaller -Id <String[]> [-WhatIf] [-Confirm] [<CommonParameters>]
Get-FalconInstaller [[-Filter] <String>] [[-Sort] <String>] [[-Limit] <Int32>] [-Offset <Int32>] -Detailed [-All] [-WhatIf] [-Confirm] [<CommonParameters>]
GET /sensors/combined/installers/v2
GET /sensors/entities/installers/v2
GET /sensors/queries/installers/v2
GetSensorInstallersByQueryV2
GetSensorInstallersEntitiesV2
GetCombinedSensorInstallersByQueryV2
Get-FalconInstaller -Filter "platform:'linux'" [-Detailed] [-All]
Get-FalconInstaller -Filter "os:'Amazon Linux'" [-Detailed] [-All]
Get-FalconInstaller -Id <id>
2024-09-03: PSFalcon v2.2.7