-
Hi I am using PSFalcon 2.1.7 and trying to pull the zero_trust_assessment value but it does not return anything.
As you can see the "assessment=" is blank. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
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:
If it is truly empty, it's most likely due to the device itself having no assessment results. You can verify this using
|
Beta Was this translation helpful? Give feedback.
-
It's returning a value using Get-FalconZta
|
Beta Was this translation helpful? Give feedback.
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: