Does powershell have associative arrays? August 26, 2023 by Tarik also $a = @{'foo'='bar'} or $a = @{} $a.foo = 'bar'