vote up 0 vote down star

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.

flag

70% accept rate
Somebody must have an opinion on this! Whats best. – scope-creep Aug 8 at 13:02

1 Answer

vote up 0 vote down

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.