Hi all,
I’ve been looking at the win_find module to get a list of .exe files from a Windows share but win_find is not returning the .exe files.
The .exe files are deduplicated and looking at their properties in Windows explorer, they appear as:
‘Size: 180MB’
‘Size on disk: 0 bytes’.
win_find is successfully returning other (non deduplicated) files and it is showing the correct number of files in the share directory (the number of files including the deduplicated .exe files).
Any suggestions as to why win_find isn’t showing these files?