Re: query for computers with DVD drive?

Tech-Archive recommends: Fix windows errors by optimizing your registry



try this...

select * from SMS_R_System inner join SMS_G_System_CDROM on
SMS_G_System_CDROM.ResourceID = SMS_R_System.ResourceID where
SMS_G_System_CDROM.DeviceID like "%DVD%

.