Get FalconZta - CrowdStrike/psfalcon GitHub Wiki
Search for Zero Trust Assessment results
Requires 'Zero Trust Assessment: 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 |
score|desc score|asc
|
||||
Limit | Int32 | The maximum records to return | 1 |
1000 |
|||
After | String | Pagination token to retrieve the next set of 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-FalconZta [-WhatIf] [-Confirm] [<CommonParameters>]
Get-FalconZta [-Id] <String[]> [-WhatIf] [-Confirm] [<CommonParameters>]
Get-FalconZta [-Filter] <String> [[-Sort] <String>] [[-Limit] <Int32>] [-After <String>] [-Detailed] [-All] [-Total] [-WhatIf] [-Confirm] [<CommonParameters>]
GET /zero-trust-assessment/entities/assessments/v1
GET /zero-trust-assessment/entities/audit/v1
GET /zero-trust-assessment/queries/assessments/v1
getAuditV1
getAssessmentV1
getAssessmentsByScoreV1
Get-FalconZta -Id <id>, <id>
NOTE: The Include
parameter can be used to append Zero Trust Assessment results to Get-FalconHost
output.
See Get-FalconHost.
Get-FalconZta
2023-04-25: PSFalcon v2.2.5