Link to home
Start Free TrialLog in
Avatar of rdefino
rdefinoFlag for United States of America

asked on

sccm 2012 "Computers with a specific file" not finding files

I have set the software inventory t find the file "mcconsol.exe". When checking the logs on a client I see that it has found the file. But when running the report and entering the file that I searching for, it never finds a system with the file on it. Even though the logs show it's been found.

Query = SELECT __class, __path, __relpath, lastwritedate, name, path, size   FROM FileSystemFile WHERE name ="mcconsol.exe" and path ="c:\\program files (x86)\\mcafee\\*"  and iscompressed =false and isencrypted =false; Timeout = 7200 secs; ScanInterval = 2 msecs; SkipFile = skpswi.dat      FileSystemFile      10/28/2014 3:37:36 PM      6368 (0x18E0)
Query parsed successfully... ready to scan for files.      FileSystemFile      10/28/2014 3:37:36 PM      6368 (0x18E0)
Folders to skip: c:\system volume information.      FileSystemFile      10/28/2014 3:37:36 PM      6368 (0x18E0)
Scanning input path c:\program files (x86)\mcafee\      FileSystemFile      10/28/2014 3:37:36 PM      6368 (0x18E0)
File scan completed; 1 instances reported.      FileSystemFile      10/28/2014 3:37:45 PM      6368 (0x18E0)
File System File: Query completed successfully.      FileSystemFile      10/28/2014 3:37:45 PM      6368 (0x18E0)
 ************* End of File System Query. *************      FileSystemFile      10/28/2014 3:37:45 PM      6368 (0x18E0)
Avatar of jcimarron
jcimarron
Flag of United States of America image

rdefino--
Could it be a hidden file?
To  show all hidden folders and files
1) In Explorer, click Organize in ToolBar|click "Folder and Search Options"|View|uncheck "Hide protected operating system files"|Yes|Apply|OK.  
2) And if not already done, under "Hidden Files and Folders", check "Show hidden files, folders,..." and uncheck "Don't show hidden files, folders...".

Or you could try Everything
http://www.voidtools.com/
Avatar of rdefino

ASKER

It's not a hidden file. I see it in the folder and sccm shows in the log on the client that it finds the file when preforming a software inventory scan.
rdefino--
I guess I do not understand "it never finds a system with the file on it."  Do you mean  your Search engine is not working.  Have you Indexed appropriately?
Avatar of rdefino

ASKER

When I run the report "Computers with a specific file" and I list the file that the software inventory is collecting. The report always comes back empty.
Avatar of Adam Leinss
Under Software Inventory in Client settings, you are inventorying all *.exe files under Set Types?

What is the software inventory cycle set to?  I think the default is 7 days.  If that's the case, you won't get results back for 7 days if this is a new install.  Mine is set to 1 day.
Avatar of rdefino

ASKER

Under "Inventory these files types"  I have nothing set.

But under Collect files" I have mcconsol.exe  set to be found.

I also set the scan to run every 2hrs while I working to figure this out.

Do I need to set "exe.*" under "Inventory these files types"
ASKER CERTIFIED SOLUTION
Avatar of Adam Leinss
Adam Leinss
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rdefino

ASKER

Thanks