Monitor details using WMI

  • Thread starter Thread starter DLM
  • Start date Start date
D

DLM

Can I get the monitor make, model and serial number using WMI. I would like
to include these details on an asset tracking database that I'm working on.
I can get PC make model and serial number, but the monitor eludes me. The
network is running HP/Compaq D530s.

Cheers,

DLM
 
looks like you can get make and model and you have the pnp stuff installed
for the monitor!
try this if running xp
wmic desktopmonitor list full
 
Back
Top