Dear Forums,
I am currently trying to search and find a specific file under a specific folder.
I have created a search query under Scanning - Data Selection - File and Registry Scanning that should look under the Appdata folder. I am currently trying to query all details regarding zoom, when the installer file has been created/modified.
i have tried the following combinations
%AppData%\Zoom\Uninstall\Installer.exe but also C:\Users\%Username%\AppData\Roaming\Zoom\Uninstall\Installer.exe without any type of success. they both give me a False result.
I have also tried with the following:
%SystemDrive%\Users\%username%\AppData\Roaming\Zoom\uninstall\installer.exe but with no luck.
But when i use an actual user path as it is within the result for example: C:\Users\lansweeper\AppData\Roaming\Zoom\Uninstall\Installer.exe i get a result with the correct date created and modified.
Does anyone know any tips or tricks without having to create specific file paths for every single user in my AD?