Skip to content

zero_trust_assessment #180

Answered by bk-cs
antmar904 asked this question in Q&A
Feb 7, 2022 · 3 comments · 1 reply
Discussion options

You must be logged in to vote

Have you checked the sub-object to verify whether or not it's truly empty? PowerShell suppresses the content of sub-objects by default when viewing from the console:

PS>$Hosts = Get-FalconHost -Include zero_trust_assessment
PS>$Hosts | fl

device_id             : c4ebee48e3ae42ebbf4248cfbe389157
zero_trust_assessment : @{modified_time=2/4/2022 4:47:51 PM; 
                        sensor_file_status=not deployed; assessment=; 
                        assessment_items=}

device_id             : 0b411c4e6fbc4e528bdf5ae0817546e0
zero_trust_assessment : @{modified_time=2/3/2022 6:20:10 PM; 
                        sensor_file_status=not deployed; assessment=; 
                        assessmen…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by bk-cs
Comment options

You must be logged in to vote
1 reply
@bk-cs
Comment options

bk-cs Feb 7, 2022
Maintainer

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants
Converted from issue

This discussion was converted from issue #179 on February 07, 2022 18:02.