In Powershell, is it possible to define a string as $mystring="param1 param2" then pass that string to a process call
& c:\usr\bin\myprocess.exe "$mystring"
and have it interpreted as myprocess.exe param1 param2? where param1 and param2 are separate arguments