I\'ve searched all over and tried different variations of commands, but I am still not there yet.
My goal is to run an exe that already resides on a remote machine a
$sb = ScriptBlock::Create("$command") Invoke-Command -ScriptBlock $sb
This should work and avoid misleading the beginners.