Edit

Microsoft.PowerShell.ThreadJob Module

This module extends the existing PowerShell BackgroundJob to include a new thread based job (ThreadJob). This is a lighter weight solution for running concurrent PowerShell scripts that works within the existing PowerShell job infrastructure.

Microsoft.PowerShell.ThreadJob Cmdlets

Cmdlet Description
Start-ThreadJob

Creates background jobs similar to the Start-Job cmdlet.