SQL Query
So, moving on to the actual SQL query. You first of all you need to ensure that you are collecting EXE file information using your hardware inventory. Once you have this you can use the SoftwareFile table to report on EXE files and in this case, googleearth.exe. The SQL query you can then use is as below:SELECT * FROM v_GS_SYSTEM SYS INNER JOIN SoftwareInventory SWI on SYS.ResourceID = SWI.ClientId INNER JOIN SoftwareFile SWF on SWF.ProductId = SWI.ProductId WHERE SWF.FileName = ‘googleearth.exe’Although this will bring back all of the columns, we suggest that you change the * for just the columns that you actually require. You can then use this to show you which computers have Spotify installed.
Comments
If you have any questions or feedback on this guide, please feel free to leave us a message below using our comments system.More Guides You Might Have Missed
- Exploring the World: A Comprehensive Guide to Utilising Google Earth Time-Lapse
- Google Earth SCCM Uninstall
Gear We Recommend
Testing configs is easier with a dedicated admin machine set up right. Here’s the kit we use.
Browse our Windows Admin Toolkit picks on AmazonAs an Amazon Associate, TechyGeeksHome earns from qualifying purchases.
Discover more from TechyGeeksHome
Subscribe to get the latest posts sent to your email.