Get computer 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
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