I launch a script in backgroung using Start-Job command.

In this script, I load a module using Import-Module. The job stay blocked in the running state at the Import-Module step.

The same behaviour occurs when : - dotsourcing a module - loading the module via -InitializationScript Start-Job command.

Thanks in advance for your help

link|improve this question
feedback

1 Answer

I can confirm that I'm experiencing the same issue. I'm using XP SP3 if that makes any difference.

Here's a bug report on Microsoft Connect

link|improve this answer
feedback

Your Answer

 
or
required, but never shown