In PowerShell, the hash table is an amazingly useful .NET class – for all sorts of things: With hash tables, you can:
Pass a hash table and an object to Select-Object , and have the cmdlet add a calculated property to the object for later use
… Read the full text.