Skip to content

Latest commit

 

History

History

Hashtable-case-sensitivity

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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.