Nice tip, thanks for sharing!
It is very easy in fact.
To get serial number of local machine...
To get serial number of remote machine...C:\>wmic bios get serialnumber
SerialNumber
ABCDEFG
C:\>
So, stop turning your PCs to get serial numbers :-)C:\>wmic /node:remotehost bios get serialnumber
SerialNumber
GFEDCBA
C:\>
You can get powershell equivalent code from my blog (Sitaram's Blog: PowerShell: Query a windows machine Serial Number Remotely)
Happy Learning..,
Sitaram Pamarthi
Nice tip, thanks for sharing!
Similarly you can find your machine's MAC Address also......
open Command Prompt window (type cmd in search bar to open) and type ipconfig/all
The 12-digit Physical Address is the same as MAC address
Bookmarks