If you are attempting to find out the serial number of manufacturer of a remote server you can do this via command line, using a WMIC (Windows Management Instrumentation Command-Line) cmdlet.
To find the Serial Number – wmic bios get serialnumber
clip_image002
To find the manufacturer – wmic computersystem get manufacturer
clip_image002[5]
To Find the Model – wmic csproduct get name
Picture1

About the author