Skip to content

Instantly share code, notes, and snippets.

@PrateekKumarSingh
Created October 4, 2019 12:13
Show Gist options
  • Save PrateekKumarSingh/00264f1d0d80c69336eca0d3b5d9883e to your computer and use it in GitHub Desktop.
Save PrateekKumarSingh/00264f1d0d80c69336eca0d3b5d9883e to your computer and use it in GitHub Desktop.
# Method 1 - Using @{ }
$Hashtable = @{
First = 'Prateek'
Last = 'Singh'
Age = 29
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment