PowerTip: Use PowerShell to Create Hash Table

Summary : Use a Windows PowerShell cmdlet to create a hash table.
How can I use Windows PowerShell to create a hash table if do not remember the special syntax?
Use the ConvertFrom-StringData cmdlet, and put each key-value pair on its own line....(read more)