CreateProcessAsUser icon indicating copy to clipboard operation
CreateProcessAsUser copied to clipboard

redirect Output/Input

Open dudul opened this issue 8 years ago • 2 comments

Hi, It it possible to add redirection of the output and the error stream?

Thanks

dudul avatar Jan 15 '17 16:01 dudul

Have you found a way to do this?

krishnact avatar Oct 25 '17 19:10 krishnact

only way i found was to output to text file and then get the output from it, you get convertto-json to transport objects back and forth from a text file

AlecMcCutcheon avatar Jun 03 '22 19:06 AlecMcCutcheon