I enabled the TPM section in SMS_DEF.MOF, now I'd like to run a query showing 
which machines either have the chip or don't. This query I found online is 
supposed to show systems that don't have it, but I get an error when I run it. 
Help!

select 
SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client
 from SMS_R_System inner join SMS_G_System_TPM on SMS_G_System_TPM.ResourceId = 
SMS_R_System.ResourceId where SMS_G_System_TPM.SpecVersion = "Not Supported"


Best Regards,

Mike Murray
Desktop Management Coordinator - IT Support Services
California State University, Chico
530.898.4357
[email protected]<mailto:[email protected]>




Reply via email to