BRONZE PARTNER:
BRONZE PARTNER:
Industry News:

| |
 |
 |
 |
| Get monitor information |
 |
|
|
By: Rod Trent
Posted On: 10/6/2008
Use this Windows PowerShell script to retrieve information about the installed computer monitors.
Copy and paste from between the lines.
********************
$computer = "LocalHost" $namespace = "root\CIMV2" Get-WmiObject -class Win32_DesktopMonitor -computername $computer -namespace $namespace
********************
Information retrieved:
Availability Bandwidth Caption ConfigManagerErrorCode ConfigManagerUserConfig CreationClassName Description DeviceID DisplayType ErrorCleared ErrorDescription InstallDate IsLocked LastErrorCode MonitorManufacturer MonitorType Name PixelsPerXLogicalInch PixelsPerYLogicalInch PNPDeviceID PowerManagementCapabilities PowerManagementSupported ScreenHeight ScreenWidth Status StatusInfo SystemCreationClassName SystemName
|
 |
 |
 |
|
|