Identifying Computer Hardware

by Jan 6, 2011

If you must identify computer hardware, you could do so on the hard drive serial number:

Get-WmiObject -Class Win32_DiskDrive | Select-Object -ExpandProperty SerialNumber

Unless the hard drive is exchanged, this number provides a unique identifier.

Twitter This Tip!
ReTweet this Tip!