Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 707 Bytes

File metadata and controls

16 lines (10 loc) · 707 Bytes

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.