Skip to content

Instantly share code, notes, and snippets.

@PrateekKumarSingh
Created October 4, 2019 12:20
Show Gist options
  • Save PrateekKumarSingh/08f24a77a96212f165732295bde05a70 to your computer and use it in GitHub Desktop.
Save PrateekKumarSingh/08f24a77a96212f165732295bde05a70 to your computer and use it in GitHub Desktop.
# Method 3 - Using HashTable PowerShell type accelerator
$Hashtable = [hashtable]::new()
$Hashtable['First'] = 'Prateek'
$Hashtable['Last'] = 'Singh'
$Hashtable['Age'] = 29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment