PowerShell One-Liner: Getting This Computer's Asset Tag Number

Here's a gem from an internal email: 

CMD> wmic SystemEnclosure get SMBIOSAssetTag

5551212

If the system has asset tag data added to the BIOS, this is a way to collect it.