I would like some assistance that will generate a report of the client machines that have the Tableau software program installed on them.
Is there a script to be created for a new analysis?
I need to identify what versions of Tableau desktop are installed on the clients.
Is there any way to generate a report in BigFix that will pull versions for Tableau software on client machines?
We were able to create a report for Adobe Standard.
I don’t have Tableau, but you will need an analysis with a property to return the information you want.
Start with
(value "DisplayName" of it, value "DisplayVersion" of it) of keys whose (exists value "DisplayName" whose (it as string starts with "BigFix") of it) of keys "HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall" of (x32 registries; x64 registries)
then adjust the search on DisplayName
Once you have your proerty reporting, you can then use this in your report.