I have a script that I am writing which relies on functions in an imported module. This script takes a while due to IO (web requests) and I would like to parallize it for h
If you need the output, you can use:
$ps.addscript("function write-host($out) {write-output $out}").invoke() $ps.commands.clear()