/build/static/layout/Breadcrumb_cap_w.png

Create a report of GUID for programs

I'm seeing if someone can point me in the right direction. I need to create a report or script that will show me all of the SupportAssist GUIDs for the versions installed on our computers on the network. I know in Software Catalog it shows most of them, but for some versions, it'll only show me the uninstall command. 


1 Comment   [ + ] Show comment
  • Hey, is the goal here to uninstall all supportassists? - kbot_cache 4 years ago

Answers (1)

Posted by: SMal.tmcc 4 years ago
Red Belt
0

On a machine that has a version of SupportAssist installed that is not showing a GUID run this command to see if it has one.  Some installers do not have GUID - not all programmers follow the same standard.


Open a administrative command window and paste this in.

wmic product where 'name like "%SupportAssist%"' get identifyingnumber,name,vendor,version


The identifying number is the GIUD. 

if you do not get one back there is nothing you can do to get one.

If you do get one you can create a CIR

ShellCommandTextReturn(cmd /c wmic product where 'name like "%SupportAssist%"' get identifyingnumber,name,vendor,version)

then create a report on the CIR

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

View more:

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ