- May
- 13,201
- 180
Here's a newly started-TCC.
Here's another newly-started TCC.
In both cases, it fails the first time and works thereafter.
Code:
v:\> pshell /s 'foo'
PSHELL: System.Management.Automation.PSInvalidOperationException : The pipeline was not run because a pipeline is already running. Pipelines cannot be run concurrently.
v:\> pshell /s 'foo'
foo
Here's another newly-started TCC.
Code:
v:\> echo %@pshell['foo']
PSHELL: System.Management.Automation.PSInvalidOperationException : The pipeline was not run because a pipeline is already running. Pipelines cannot be run concurrently.
v:\> echo %@pshell['foo']
foo
In both cases, it fails the first time and works thereafter.