This query lists all the machines with a copy of Adobe Elements by Version. These queries require the Normalize CM class BDNA_SOFTWARE_DATA.
WQL:
select System.Name, Software.Publisher, Software.Family, Software.SoftwareName, Software.Component, Software.MinorVersion, Software.MajorVersion, Software.Edition, Software.Category1, Software.Category2 from SMS_R_System inner join SMS_G_System_BDNA_BDNASOFTWAREDATA_1_1 as Software on Software.SMSUniqueIdentifier = SMS_R_System.SMSUniqueIdentifier inner join SMS_R_System as System on System.SMSUniqueIdentifier = Software.SMSUniqueIdentifier where Software.Publisher = “Adobe Systems” and Software.SoftwareName = “Elements”
SQL:
SELECT v_R_System.Name0 as Name, Software.Publisher0 as Publisher, Software.Family0 as Family, Software.SoftwareName0 as SoftwareName, Software.Component0 as Component, Software.MinorVersion0 as MinorVersion, Software.MajorVersion0 as MajorVersion, Software.Edition0 as Edition, Software.ServicePack0 as ServicePack, Software.Category10 as Category1, Software.Category20 as Category2
FROM v_R_System
INNER JOIN v_GS_BDNA_Software_Data0 Software ON Software.SMSUniqueIdentifier0 = v_R_System.SMS_Unique_Identifier0
WHERE Software.Publisher0 = ‘Adobe Systems’ AND Software.SoftwareName0 = ‘Elements’
Sample output:
| Manufacturer | Product Name | Major Version |
| Adobe Systems | Elements | 9 |
| Adobe Systems | Elements | 8 |
| Adobe Systems | Elements | 7 |
| Adobe Systems | Elements | 6 |
| Adobe Systems | Elements | 5 |
| Adobe Systems | Elements | 4 |
| Adobe Systems | Elements | 3 |
| Adobe Systems | Elements | 2 |
| Adobe Systems | Elements | 1 |

johnny: this is bs...
Rod Trent: That happens. Its a false positive because there are scripts in the zi...
Tim: Virus detected for the Right Click Tools Link!!...
Fandangoed up the river: Is there any way to have one shortcut to combine both of those menu ...
Ian Pickering: Sure is an option Scott - of course it has a reliance on your SCCM 200...