Skip to main content

Get Serial number with powershell

To Get the motherboard Serial number via powershell, use the following command:

Get-WMIObject Win32_Bios | Select-Object SerialNumber

Source: Get Serial Number of a Remote Computer with PowerShell