Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 617 Bytes

File metadata and controls

17 lines (11 loc) · 617 Bytes

Hashtable case sensitivity

PowerShell 3.0

Case sensitivity of a hashtable exported by Export-Clixml and imported by Import-Clixml depends on its content, not on the original case sensitivity. Thus, a case sensitive hashtable may become case insensitive after rehydration.

PowerShell 2.0

Any hashtable is rehydrated as case sensitive.