I will use this post to update some simple Powershell commands. A cheatsheet that I can share with others 🙂
To get the serial number from a computer run the following PowerShell command:
gwmi win32_bios | fl SerialNumber
To get more information e.g. bios version and manufacturer just run:
gwmi win32_bios