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
Post a Comment