I wannt to move a window between desktops. Something like this:
$app = Start-Process notepad.exe -PassThru sleep 1 $hndl = $app.MainWindowHandle # Move note