Quantcast
Channel: Symantec Connect - Endpoint Management - Discussions
Viewing all articles
Browse latest Browse all 2356

Find a list of machines without installed software (With hardware)

$
0
0
I need a solution

This query works great to find computers with a software that is NOT installed.

https://www-secure.symantec.com/connect/forums/alt...

SELECT *
FROM vComputer
WHERE Guid NOT IN (SELECT inst._ResourceGuid
                   FROM vRM_Software_Component_Item sci
                   JOIN Inv_InstalledSoftware inst
                      ON inst._SoftwareComponentGuid = sci.Guid
                      AND inst.InstallFlag = 1
                   WHERE LOWER(sci.Name) LIKE '%enterprise%vault%')

 

I am trying to figure out how to add data from vHWComputerSystem like Model and also user information from vuser.

Is it possible? Thanks in advance!

 

1400090106

Viewing all articles
Browse latest Browse all 2356

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>