Client machines - Tableau Desktop version

Hello;

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.

Thank you.

Which OS are your clients?

Windows 10.

Thanks for looking into this Trevor.

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.

Thank you Trevor.

I will try this.

Hi Trevor;

Thank you so much for the script! It worked.

I created an Analysis report, changed the displayname from BigFix to Tableau with Property and it pulled the machines with the Tableau software on it.

This forum is very helpful…I wish I knew about it earlier. Will use for future inquiries. Thanks again.

2 Likes

It is an extraordinary resource from which I learned an enormous amount in my early days of being a Bigfixer.

Yes, I will certainly use this forum for BigFix inquiries. Thank you again!

2 Likes