Basically what I want to do is:
Step 1) Invoke whatever.ps1 (or a scriptblock), the script is something like: $hello = "world"
Step 2) Invoke Get-Variable -name hello
Step 3) Retrieve the output of Get-Variable
I can't figure out how to do this cleanly, because every time I invoke a scriptblock a differente scope is created.