LakersFan Posted November 20, 2013 Report post Posted November 20, 2013 Guys, I'm trying to run a report to tell which computers have Dropbox installed on them, so naturally I use the "Computer with a specific product". I run it and the report is generated, but it includes computers that don't have Dropbox anymore or that might have had it installed at some point. I wanted to just get a list of the ones that currently have it installed. Next I tried "Computers with specific software registered in Add Remove Programs" but that returns nothing, just blank. I tried %dropbox% in the title and such but t no avail. Any insight would be greatly appreciated. Thanks, -Nazih Quote Share this post Link to post Share on other sites More sharing options...
Iroqouiz Posted November 21, 2013 Report post Posted November 21, 2013 Check how often your hardware inventory runs, in the Client Settings. If HW runs on for instance Sunday, and a user uninstalls Dropbox on Monday, and you run the report on Tuesday it will still include that user's machine. If I'm not very much mistaken. Quote Share this post Link to post Share on other sites More sharing options...
LakersFan Posted November 22, 2013 Report post Posted November 22, 2013 Hardware Inventory happens every 7 days, Software Inventory happens every 2 days, but the issue is that it's reporting uninstalls that took place say months ago. Weird, sounds like it keeps track of all installs. I really wanted to get a current count without having to filter out old versions installed. I wonder if there was a way of doing that! Thanks for your help :-) Quote Share this post Link to post Share on other sites More sharing options...
GarthMJ Posted November 22, 2013 Report post Posted November 22, 2013 The easiest way to fix this is to force a full hardware scan of the affected PCs. I recommend set HW in to daily. I also recommend turning OFF SW inventory or at least making it every 14 days. IMO it has little value. Quote Share this post Link to post Share on other sites More sharing options...
LakersFan Posted November 23, 2013 Report post Posted November 23, 2013 Please correct me if I was wrong, but why would I need to do hardware inventory so often, hardware doesn't change much but software changes! and my the report I'm trying to get is on software (Dropbox in this case). Am i missing something? Quote Share this post Link to post Share on other sites More sharing options...
LakersFan Posted November 23, 2013 Report post Posted November 23, 2013 Garth, I suppose you were right, digging a little more, turns out HW inventory is responsible for collecting apps in add/remove programs. It was already set for every 2 days which seems fine, but still doesn't explain why it shows old software installs that were upgraded. Seems like it tracks all installs but doesn't report when the software is no longer on the machine. Quote Share this post Link to post Share on other sites More sharing options...
GarthMJ Posted November 23, 2013 Report post Posted November 23, 2013 It happens, the only solution is to force a full inventory. BTW I strongly recommend changing your SW to 14 days. My laptop with and SSD take ~4 hour to run and I’m not inventorying much. http://be.enhansoft.com/post/2013/10/03/Slow-Software-Inventory-Cycle-in-SCCM-2012.aspx Quote Share this post Link to post Share on other sites More sharing options...
LakersFan Posted November 24, 2013 Report post Posted November 24, 2013 I actually did change it to 14 days, thanks for the tip :-) Quote Share this post Link to post Share on other sites More sharing options...
brandroid Posted January 27, 2014 Report post Posted January 27, 2014 Dropbox isn't picked up by WMI which is why it doesn't show up in your query. Although it shows in Add/Remove, it isn't actually installed like most other applications. It runs from the users AppData folder. You'll likely need to write a query to search recursively through all users for Appdata\Roaming\Dropbox\Bin. Your other option would be to search for a specific registry key. Quote Share this post Link to post Share on other sites More sharing options...