Syntax: Maps / Dictionaries in PowerShell. • ID: #58 Code $m=@{a=17;b=18} Write-Host $m.a Notes You can copy this snippet and adapt it. For advanced, add real-world inputs, edge cases, and tests. ← Prev Next →