Query for Maxtor hard drive
- From: "Jerry" <jtruono@xxxxxxxxx>
- Date: 6 Dec 2006 06:28:54 -0800
I'm a newbe & most of what I've learned was coppied from forums. I need
to query for Maxtor hard drives due to their high failure rate so I can
turn on Smart. I found it in Resource Explorer under
hardware/manufacture & also under PNP.
When I run this query (see below) I get standard disk drive on most of
the 1400 machines. I know there more because I see them in Resource
Explorer
select SMS_R_System.Name, SMS_R_System.OperatingSystemNameandVersion,
SMS_R_System.LastLogonUserDomain, SMS_R_System.LastLogonUserName,
SMS_R_System.NetbiosName, SMS_G_System_PC_BIOS.Description,
SMS_G_System_PC_BIOS.Manufacturer, SMS_G_System_PC_BIOS.SerialNumber,
SMS_G_System_PC_BIOS.*, SMS_G_System_DISK.PNPDeviceID,
SMS_GEH_System_DISK.Manufacturer from SMS_R_System inner join
SMS_G_System_PC_BIOS on SMS_G_System_PC_BIOS.ResourceID =
SMS_R_System.ResourceId inner join SMS_G_System_DISK on
SMS_G_System_DISK.ResourceID = SMS_R_System.ResourceId inner join
SMS_GEH_System_DISK on SMS_GEH_System_DISK.ResourceID =
SMS_R_System.ResourceId where SMS_R_System.Client = 1 or
SMS_G_System_DISK.Manufacturer in ( "%maxtor%" ) order by
SMS_G_System_DISK.PNPDeviceID, SMS_GEH_System_DISK.Manufacturer
.
- Follow-Ups:
- RE: Query for Maxtor hard drive
- From: Shawn Pence
- RE: Query for Maxtor hard drive
- Prev by Date: Re: Help with extending MOF to add Registry info - SMS 2003
- Next by Date: RE: Query for Maxtor hard drive
- Previous by thread: Help with extending MOF to add Registry info - SMS 2003
- Next by thread: RE: Query for Maxtor hard drive
- Index(es):
Relevant Pages
|