With PowerShell v2, you *must* leave the "control console" running. You
cannot reconnect to a remote session once you close the console that started
that remote session.
Marco
"hayate" <hayatelee@newsgroup> wrote in message
news:5c1501f0-4613-4693-b0e8-8d42b61c3a8a@newsgroup
> I want to run some long term commands in powershell session on server,
> and don't want to be connected to it all the time.
>
> So how to disconnect a session but not end it, and then reconnect it
> to check if the jobs are finished?
>
> Or other ways to finish similar tasks?
>
> Thanks all