Get Serial Number via PowerShell


To get the serial number from a computer/server run the following PowerShell command:

gwmi win32_bios | fl SerialNumber

To get more detailed information e.g. bios version and manufacturer run the following PowerShell command:

gwmi win32_bios

No comments

Back to Top