If you need to know information about the manufacturer and model number of
a monitor on a Microsoft Windows system, you may be able to obtain it from
a PowerShell
prompt using the Get-WmiObject
cmdlet as shown
below:
PS C:\> Get-WmiObject win32_desktopmonitor
DeviceID : DesktopMonitor1
DisplayType :
MonitorManufacturer : HP
Name : HP S2031 Series Wide LCD Monitor
ScreenHeight :
ScreenWidth :
PS C:\>
[ More Info ]