I have a requirement where I need to find all the DAS disks/drives on windows server system from the o/p of Command: select * from win32_diskdrive using
DAS disks displays something like
PNPDeviceID = "SCSI\\DISK&VEN_IBM&PROD_SERVERAID_M5015\\5&331D9366&0&010000";
so I know if PNPDeviceID starts with SCSI/SATA/USB its DAS what other possible values can there be for PNPDeviceID for DAS.
DAS disks displays something like
PNPDeviceID = "SCSI\\DISK&VEN_IBM&PROD_SERVERAID_M5015\\5&331D9366&0&010000";
so I know if PNPDeviceID starts with SCSI/SATA/USB its DAS what other possible values can there be for PNPDeviceID for DAS.