Is there a way to access the Serial Number or Model Number of a PC from the command line?
Is there a way to access the Serial Number or Model Number of a PC remotely?
Yes – via the WMIC command.
Yes – by remote controlling the PC, and using the WMIC command at the command prompt.
=========
EXAMPLES
———
wmic bios get serialnumber
wmic csproduct get name
wmic.exe csproduct list full
wmic.exe csproduct get name
wmic.exe csproduct get identifyingnumber
=========
APPLIES TO / KEY WORDS
———
=========
REF
———
https://support.microsoft.com/en-us/kb/558124
https://jthys.wordpress.com/2010/10/01/how-to-find-serial-number-remotely/