-->
The WmiMonitorID WMI class represents the identifying information about a video monitor, such as manufacturer name, year of manufacture, or serial number. The data in this class correspond to data in the Vendor/Product Identification block of Video Input Definition of the Video Electronics Standard Association (VESA) Enhanced Extended Display Identification Data (E-EDID) standard.
I've worked with OCS and GLPI and they can gell you what monitor(s) are attached to each computer and their serial numbers so I would think System Center should be able to do this. I was looking in v_GS_DESKTOP_MONITOR, but it doesn't contain serial numbers.
Syntax
Members
The WmiMonitorID class has these types of members:
Properties
The WmiMonitorID class has these properties.
Active
Data type: boolean
Access type: Read-only
Indicates the active monitor.
InstanceName
Data type: string
Access type: Read-only
Qualifiers: Key
Hp Monitor Serial Number Lookup
Name of the specific monitor instance.
ManufacturerName
Data type: uint16 array
Access type: Read-only
Name of manufacturer.
ManufacturerNameLength
Data type: uint16
Access type: Read-only
Length of manufacturer name located in the ManufacturerName property.
ProductCodeID
Data type: uint16 array
Access type: Read-only
Vendor assigned product code ID.
SerialNumberID
Acer Monitor Serial Number
Data type: uint16 array
Access type: Read-only
Serial number.
UserFriendlyName
Data type: uint16
Access type: Read-only
The friendly name of the monitor. The size of the name is the length specified by the UserFriendlyNameLength property.
UserFriendlyNameLength
Data type: uint16
Access type: Read-only
Number of characters in the name located in the UserFriendlyName property.
WeekOfManufacture
Data type: uint8
Access type: Read-only
Week of manufacture by week number. The range is from 1 through 53. Zero (0) is undefined.
YearOfManufacture
Data type: uint16
Access type: Read-only
Year of manufacture.
Remarks
For a discussion on how to translate the arrays that store serial number ID's, see the Reporting Monitor information with Configuration Manager blog article.
Examples
The following PowerShell example retrieves the serial number of multiple monitors.
The following VBScript code also retrieves monitor ID information from a system.
Requirements
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2008 |
Namespace | Rootwmi |
MOF |
|
DLL |
|