Tracking old browser version usage #440
DrBob5188
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
I've noticed that
to:
And see if it gives you better performance. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just wrote a function that retrieves information on browsers and hosts where the activity occurred in the last n days and, at the time of the activity, the browser version was more than 30 days old. Using Get-FalconAsset with the -Application switch really simplified the data collection and allowed me to focus on the logic of what I wanted to measure.
I had to write a couple of utility functions to regularly poll the chrome and edge versions/release dates and save them to disk to calculate the age of the browser at the time of use. Maybe Spotlight has that information, but that's a project for another day.
Get-OldBrowserUsage.ps1.txt
Beta Was this translation helpful? Give feedback.
All reactions