The following script will remotely connect to a computer on your network, query the registy for the monitor details and output what it finds. It can be used to remotely get the monitor make, model and serial number from any computer on your network. There are two versions of the script available, one for a single computer or one for a list of computers. Get monitor serial number for a single computer Output: Download: When you run the script it will prompt for the remote computer name: After entering the remote computer name it will return the information on the attached monitors.
Oct 23, 2010 - This function gathers monitor EDID data using the WmiMonitorID WMI class. Such as the serial number, but not all manufacturers correctly encode this. Function Get-MonitorInfo { [CmdletBinding()] Param ( [Parameter(.