I've been struggling with this issue for a while and searched for hours but can't find it how to solve it
Problem: All I want is basically to get a string, and then use it as a variable name.
Example:
Eval('SomeText') = 'someinfo'
Which would out come like:
$SomeText (which contains 'someinfo')
Maybe a little bit hard to explain hope you guys understand it, it's probably something simple but I just don't know how to do this in PowerShell scripting.