Important Notice: On February 29th, this community was put into read-only mode. All existing posts will remain but customers are unable to add new posts or comment on existing. Please feel to join our Community Discord for any questions and discussions.

Feature Request - Report for last used

I would love to be able to run a report on a software title to see when it was last used by our users so we could re-harvest the software package and deploy it to another user. Is this possible? 

0

Comments

2 comments
Date Votes
  • This is going to get pretty screwy at best. You can attack this either via the registry or using WMI. The trick will be finding an application that actually writes to a LastUsed object properly. Because......most don't. If you want to get "close enough", and not dead on, I would start there.
    0
  • You could modify the desktop shortcut of the application to point to a script that writes the current time to a file then launches the application. You could then scan for that file with PDQ.

    0