Quantcast
Channel: Symantec Connect - Endpoint Management
Viewing all articles
Browse latest Browse all 7217

How to get LogicalDevice CD-ROM Manufacture Name or Model Name ?

$
0
0
I need a solution

Dear All,

 

Is possible to get LogicalDevice's Manufacture Name or Model Name ???

SELECT     TOP (100) PERCENT UPPER(dbo.Inv_AeX_AC_Identification.Name) AS PCName, dbo.vHWLogicalDisk.[Device ID], dbo.vHWLogicalDisk.Description
FROM         dbo.Inv_AeX_AC_Identification INNER JOIN
                      dbo.vHWLogicalDisk ON dbo.Inv_AeX_AC_Identification._ResourceGuid = dbo.vHWLogicalDisk._ResourceGuid
WHERE     (dbo.vHWLogicalDisk.Description LIKE N'%ROM%') AND (UPPER(dbo.Inv_AeX_AC_Identification.Name) LIKE '%Computer%')
ORDER BY dbo.Inv_AeX_AC_Identification.Name, dbo.vHWLogicalDisk.[Device ID]

 

Thanks


Viewing all articles
Browse latest Browse all 7217

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>