How To Get Monitor Serial Number From Command Line
A reddit dedicated to the profession of Computer System Administration • Community members shall conduct themselves with professionalism. • Do not expressly advertise your product. More details on the may be found. Boris Fx 10 Keygen Crack. For IT career related questions, please visit Please check out our, which includes lists of subreddits, webpages, books, and other articles of interest that every sysadmin should read!

Checkout the Users are encouraged to contribute to and grow our Wiki. So you want to be a sysadmin? Official IRC Channel - #reddit-sysadmin on Official Discord - •.
I'm pretty sure WMIC can do it. I know with Dell PCs you can pull the service tag by running 'wmic bios get serialnumber'. Let me play around and I'll see if I can pull my monitor info with it. EDIT: I can pull a bit of info but not a serial number. I don't think the PC is aware of it at all, especially if it's a VGA connection. Try: 'wmic desktopmonitor get /format:htable >desktop monitorinfo.html' You can also use /node:'pc-name-here' after wmic to remote access, eliminating your need for psexec.
Windows PowerShell (POSH) is a command-line shell and associated scripting language created by Microsoft. Offering full access to COM, WMI and.NET, POSH is a full-featured task automation framework for distributed Microsoft platforms and solutions. Aug 04, 2017 How to get serial numbers of monitors. The following line on my own PC but get a. To 'Dell monitors' and getting the Serial Number.
I use DumpEDID from the nice folks at NirSoft, they make some awesome utilities. You can find it at: An example of how I use it (I use it inconjunction with some unix ported commands because it will return all monitors ever attached, in my experience): dumpedid compname grep 'Serial Number' grep -v 'Numeric' uniq Edit: Changed name of company, put the name of one of their products originally Also, will give you a graphical view so that you can see the modify date of each monitor returned and know which was the last attached to the system, thus the most likely one that is still connected.
I have yet to programmatically determine the current monitor using these tools.