Skip to content

Instantly share code, notes, and snippets.

@PrateekKumarSingh
Created October 4, 2019 13:03
Show Gist options
  • Save PrateekKumarSingh/47a577d0f22400130e6f052176b6431b to your computer and use it in GitHub Desktop.
Save PrateekKumarSingh/47a577d0f22400130e6f052176b6431b to your computer and use it in GitHub Desktop.
# Method 8 - String to Hashtable using `ConvertFrom-StringData` cmdlet
@"
name=prateek
age=29
skills=powershell
"@ | ConvertFrom-StringData
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment