Scroll Top

Output the serial number of a workstation remotely

FI_Post_PowerShell

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.