Windows CMD Tricks

Find the serial number of a PC

:: For a local PC, use the following to get the serial number
wmic bios get serialnumber

::On a remote PC, use the following to get the serial number
wmic /node:remotePCname bios get serialnumber