I want to parallelize some file-parsing actions with network activity in powershell. Quick google for it, start-thread looked like a solution, but:
T
I have a blog article on how you can multithread any given powershell script.
Multithreading with Jobs in PowerShell
Enjoy!