Diego Rodrigues de Paula
New Member
- Messages
- 4
- Reaction score
- 0
- Points
- 1
select distinct Netbios_Name0, User_Name0, DisplayName0, Version0, Operating_System_Name_and0 Version0 from v_R_System vrs inner join v_Add_Remove_Programs varp on vrs.ResourceID = varp.ResourceID inner join v_FullCollectionMembership vfcm on vrs.ResourceID = vfcm.ResourceID
where (varp.DisplayName0 like '%APPNAME%') and (varp.Version0 like '%VERSION%') and vfcm.CollectionID = '%COLLECTIONID%'
this is the SQL version
Code:select distinct Netbios_Name0, User_Name0, DisplayName0, Version0, Operating_System_Name_and0 Version0 from v_R_System vrs inner join v_Add_Remove_Programs varp on vrs.ResourceID = varp.ResourceID inner join v_FullCollectionMembership vfcm on vrs.ResourceID = vfcm.ResourceID where (varp.DisplayName0 like '%APPNAME%') and (varp.Version0 like '%VERSION%') and vfcm.CollectionID = '%COLLECTIONID%'
this is the SQL version
Code:select distinct Netbios_Name0, User_Name0, DisplayName0, Version0, Operating_System_Name_and0 Version0 from v_R_System vrs inner join v_Add_Remove_Programs varp on vrs.ResourceID = varp.ResourceID inner join v_FullCollectionMembership vfcm on vrs.ResourceID = vfcm.ResourceID where (varp.DisplayName0 like '%APPNAME%') and (varp.Version0 like '%VERSION%') and vfcm.CollectionID = '%COLLECTIONID%'
Thanks for the answer,
Is it possible to list ALL installed applications for ALL computers in a specific collection?
Even if this research brings many things