No - you can't see the jobs in one PowerShell session from another
--
Richard Siddaway
All scripts are supplied "as is" and with no warranty
PowerShell MVP
Blog and PowerShell User Group:
http://msmvps.com/blogs/RichardSiddaway/Default.aspx


"F803" wrote:

> Hi,
>
> I would like to use the Start-Job cmdlet to start scripts asyncronously. I
> would name this job called JobMonitor. I need to have this JobMonitor
> continously run. I was thinking about using the Task Schedular to start a
> job every 10 min. to see whether this JobMonitor is running, if so, exit, if
> not continue to run. Is it possible to check on jobs started from another
> session?
>
> Thanks in advance,
>
>