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


Revision #4
Created 1 October 2020 14:35:44 by Lauris_Adm
Updated 1 October 2020 14:41:58 by Lauris_Adm