Here is a few line you can run at cmd.exe to get some information that you may use..
To get the serialnumber:
wmic bios get serialnumber
To get a model description:
wmic scproduct get name
To get the productnumber (SKU):
wmic /node:»server-name-here» /namespace:\rootwmi path MS_SystemInformation get SystemSKU