Hello
I am trying to create a Query Collection for computers with Windows 7 installed and does not have Software X installed.
This is what I have for the OS portion of it complete - see below:
select SMS_R_System.SMSAssignedSites, SMS_R_System.LastLogonUserDomain, SMS_R_System.LastLogonUserName, SMS_R_System.Name, SMS_R_System.NetbiosName, SMS_R_System.OperatingSystemNameandVersion, SMS_R_System.ResourceId, SMS_R_System.SystemRoles from SMS_R_System where SMS_R_System.OperatingSystemNameandVersion like "%Workstation 6.1%"
The only part missing is how to add the "does not have software X installed.
Any help would be appreciated.
Thanks,
Phil
Phil Balderos