In this post I will show how you can use PowerShell to remotely obtain the serial number of a workstation in your environment.
Open PowerShell and run:
PowerShell
Get-WmiObject win32_bios -computername REMOTE-COMPUTER-HOSTNAME
Replace ‘REMOTE-COMPUTER-HOSTNAME’ with the hostname of the workstation that you are obtaining the serial number for.