Summary
Hash tables can be used to implement an associative array, which can map keys to values.
1
PowerShell can combine arrays and hash tables to create a structure that can index into an array of buckets or slots.
2
1
This allows for the use of “hash table kinds of commands” such as querying the Keys or Values properties or using the Item method.
2
According to