On a Windows based operating system you can find out the serial number for a machine using WMIC – the command line interpreter for WMI. This can be used for the local machine or a remote machine. From the command prompt: For the local machine wmic bios get serialnumber For remote machine(s) using /node wmic […]