Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)