First, find the software name on your sms database under the table "SoftwareProduct"
Create a new query.
Under Criteria, add a software category. "Software Products" or "Software Files"
insert the Product Name, Version, Whatever.
Run the query, and there ya go!
Of course, this is all for naught if Software Discovery is not enabled.
Good luck!
>:O>
[sig]<a href=mailto: anongod@hotmail.com> anongod@hotmail.com</a><br><a href= > </a><br>"Drawing on my fine command of language, I said nothing."[/sig]
select distinct sys.Name, sys.LastLogonUserName, sys.OperatingSystemNameandVersion, sys.ResourceId, sys.ResourceType, swfile.FileName, swfile.FileSize from SMS_G_System_SoftwareFile as swfile inner join SMS_R_System as sys on sys.ResourceId = swfile.ResourceID where swfile.FileName like ##PRM:SMS_G_System_SoftwareFile.FileName## and sys.OperatingSystemNameandVersion not like "%server%" order by sys.Name
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.