Hacker News new | ask | show | jobs
by vertex-four 4268 days ago
Actually, not between processes - all Powershell commands run in the same address space as the shell, and must be implemented in .Net. I don't think you can easily write an external process which takes a Powershell object directly as input.
1 comments

Thanks for the correction, that explains so much--I was picturing a lot of DCOM craziness.