Like this collection:
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_PROCESSOR on SMS_G_System_PROCESSOR.ResourceId = SMS_R_System.ResourceId where SMS_G_System_PROCESSOR.Name Like "%Intel(R) Core(TM)2 Duo%"
http://www.sccm-tools.com
http://sms-hints-tricks.blogspot.com- Proposed As Answer bySherry KissingerMVP, ModeratorTuesday, October 20, 2009 5:28 PM
- Marked As Answer byKaspars_ Wednesday, October 21, 2009 5:08 AM
-