We have created a custom query to allow us to find specific file names and path on any system within our tenant.
SELECT file, path FROM sophos_file_journal WHERE file LIKE '$$Filename$$';
This is very temperamental, as it will sometimes return a result…