views:

271

answers:

1

Hi,

I have a design query as regards the usage of the powershell pipeline versus the RunspaceInvoke method for the exectuion of single standalone scripts. I know that the pipeline as used is, according to msdn, like an "assembly line". As i'm only excuting single standalone scripts, do I need to use it at all. Whats the pro's and con's.

Bob.

A: 

Forgot this. I've implemented it using pipeline, and its fast and efficient.

scope_creep