Easily Create a PowerShell Hash Table

Summary: Learn how to automatically populate a hash table in a Windows PowerShell script. Â Microsoft Scripting Guy Ed Wilson here. A hash table is an important data structure in Windows PowerShell. Many of the cmdlets use hash tables to format their input. For example, if I want to create a custom column header in a table, I have to use a hash t...