≡ Menu

PowerShell: Query a windows machine Serial Number Remotely


I have seen system administrators who feels bending the CPU box or rebooting the system are only ways to find out serial number of a machine. In situations where a remote systems serial is required, they do nothing but reaching that machine physically.

Enough doing hard work and be smart, guys; here is a small powershell code which helps you to get serial number of local or remote machine without moving your feet.

PS C:> (Get-WmiObject -computer COMP-A -cl win32_BIOS).SerialNumber
ABCDEFG

Replace COMP-A with the computer name you want to query and needless to say that you need admin rights to execute this command.

Post in comments section here if you have any questions.

Happy Learning,
Sitaram Pamarthi

Comments on this entry are closed.

  • buying a home April 24, 2013, 10:26 pm

    Hello to every body, it’s my first visit of this blog; this blog carries amazing and really good stuff in support of visitors.