-
Tried to retrieve user to asset details using Get-FalconHost -Detailed -Filter -Include login_history | select hostname,last_login_user,login_history. but i'm getting machine login history and some of the machines doesn't have login details. Is there any PSfalcon command to retrieve user to asset details? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
login_history
(provided byGet-FalconHost -Include login_history
orGet-FalconHost -Login
) comes from an API that is device-specific and not related to Falcon Identity Protection. That data comes from the Identity Graph, which is searched using GraphQL queries and Invoke-FalconIdentityGraph.