Created
October 4, 2019 13:03
-
-
Save PrateekKumarSingh/47a577d0f22400130e6f052176b6431b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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