Many times I find myself needing the serial number of a remote server or pc. Below is a simple command line that will provide the information quickly and easily.
C:\>wmic
wmic:root\cli>systemenclosure get serialnumber
SerialNumber
xxxxxxxx
wmic:root\cli>exit
C:\>