· 1 min read

HOW TO: Use Powershell to obtain PC Serial Number

Open powershell and enter the following :

(get-wmiobject WIN32\_bios).SerialNumber

Which will return the system’s serial number registered in the BIOS.

🙂 Enjoy.

  • powershell
  • windows
  • archived
Share:
Back to Blog