Skip to main content
Question

Create a report to gather Flash (NPAPI plugin) usage

  • March 8, 2017
  • 2 replies
  • 11 views

Forum|alt.badge.img+3

Howdy!

I'd like to run a report that tells me how often end users use the Flash (NPAPI) plugin in Safari or Firefox. I could run a report to tell me when each browser was last used but that's not the most accurate picture of usage.

Any ideas how I could approach this with JAMF?

2 replies

mm2270
Forum|alt.badge.img+24
  • Legendary Contributor
  • March 8, 2017

I'm not sure this is possible. Does the Flash Player Plugin, or Safari or Firefox actually record when the plug-in is accessed. I'm thinking it doesn't. If not, I don't know how you would run such a report. You need something to go on, even for an EA script.

For kicks, I took a look at what Spotlight had to say about the Flash Plugin in /Library/Internet Plug-ins/ and unfortunately, unlike regular apps, there is no launch or access history recorded there. Maybe there's a log that captures that, but I've never seen one.


iJake
Forum|alt.badge.img+23
  • Contributor
  • March 8, 2017

At least in Safari I know Flash runs as its own process so theoretically you could write a daemon that looks for the process with ps and tracks it however best fits your needs