Skip to content

[ Q&A ] Get-FalconAsset additional properties not working #449

Answered by bk-cs
BatVogt asked this question in Q&A
Discussion options

You must be logged in to vote

The Include values for Get-FalconAsset are different depending on what switches you are using, because each of those switches targets a different API.

  • Get-FalconAsset: login_event, system_insights, third_party, risk_factors
  • Get-FalconAsset -Application: browser_extension, host_info, install_usage
  • Get-FalconAsset -Account: login_event

In your example, you're calling the "assets" API which doesn't allow host_info.

Replies: 3 comments

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
0 replies
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 #448 on February 07, 2025 20:19.