Skip to content

Include login_history with Get-FalconHost output #344

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

You must be logged in to vote

This is not a bug, and this is correct. -Login is used with -Id to signify that the device_id should be sent to the login history API, instead of the device details API.

You can use the -Include parameter to request login_history with other device details. Also note that your -Filter parameter will typically use double quotes, rather than curly braces:

Get-FalconHost -Filter "product_type_desc:'Workstation'+serial_number:!'*VMware*'" -Detailed -All -Include login_history

Your example takes 7 minutes because it's requesting each login history individually, instead of sending 100 at a time.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@brimur
Comment options

Answer selected by bk-cs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #343 on August 21, 2023 15:14.