Prerequisites
Version
5.1
Link to affected document
https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_hash_tables?view=powershell-7.2
Description of the documentation error
The document omits information on how we can iterate thru the entries in the hashtable and access the values using their keys. Classic use case of any hash table. Or is that feature absent in Windows script?
Suggested fix
I don't know