Installed Apps Specified

(imported topic written by dhawkins91)

Im modifying ben’s code to find installed apps

<?Relevance trs of ( td of (tuple string item 0 of item 0 of it) & td of (tuple string item 1 of item 0 of it) & td of (item 1 of it) ) of ( (it, (multiplicity of it as string) )) of unique values of (((concatenation "," of (unique values of values of result (it, bes property "computer name") ) ), (concatenation "," of (unique values of values of result (it, bes property "Installed Applications - Windows") ) whose (it as lowercase contains "adobe acrobat")) ) as string ) of bes computers whose (exists (value of result (it, bes property "Installed Applications - Windows")) whose (it as lowercase contains "adobe acrobat") AND exists (value of result (it, bes property "computer name"))) ?>
Property Grouping (OS in this case) Application Number of computers

I would like to modify it even more to not pull computers with the property value that we created is server (name of operating system = “Win2003”) OR (name of operating system = “Win2000” AND exists key “HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ProductOptions” whose (value “ProductType” of it != “WinNT”) of registry

and by automatic group which is

member of group 5144 of site “actionsite”

Any help would be greatly appreciated…thanks

(imported comment written by dhawkins91)

any ideas? is more information necessary? any help with this would be greatly appreciated

(imported comment written by BenKus)

Hi dhawkins,

Try using the standard web reports filter in the top-left of the web reports. Create a filter for the property that you have and for the computer group and see if it meets your needs.

Ben

(imported comment written by npeters91)

In BES V7 Web Reports I am unable to use a filter to show specific apps and the organize the information using the standard reporting interface.

I am looking to filter on “MS Office versions” and then organize the results by MS Office version and then list computer names below.

When I set this up and run the report, I see all installed applications.

Any suggestions?

Thanks,

Nathan

(imported comment written by BenKus)

Hi Nathan,

That is expected because the filters filter the computers and note the properties… so if you filter on “MS Office Versions” and you pick “Office 2007”, you will now be filtered to see all the applications installed on any computer that has Office 2007.

You can use this report to filter applicaitons:

http://forum.bigfix.com/viewtopic.php?id=884

Ben