Posted on 11-09-2021 03:42 PM
Hi. I am trying to figure out if a file lives on a person's computer. I only know parts of the file name and is PDF. Would it be possible to create a script to run on all of your JAMF Pro systems and indicate if this file lives on the persons computer based on parts of the file name?
Posted on 11-10-2021 12:19 AM
find/ -iname "filen*.pdf"
Please respect the privacy of your users when performing such a search on all computers.