Hi,
I have a ps1 to export the hashtable as a file.
Name Value---- -----
G Green
R Red
B Blue
However, powershell's ConvertFrom-StringData cannot read back from file. it must read as format like:
G=Green
R=Red
B=Blue
How can I read the content from file which exported from hashtable?