posts-powershell

Case-Sensitive Hash Tables

PowerShell hash tables PowerShell hash tables are, by default, not case sensitive: PS > $hash = @{} PS > $hash.Key = 1 PS > $hash.keY...

  • Written By: ps1
  • Last Updated: April 22, 2025
  • 1 minute read