ThreadJob

Ce module étend le PowerShell BackgroundJob existant pour inclure un nouveau travail ThreadJob basé sur un thread. Il s’agit d’une solution plus légère pour exécuter des scripts PowerShell simultanés qui fonctionnent dans l’infrastructure de travail PowerShell existante.

ThreadJob

Start-ThreadJob

Creates background jobs similar to the Start-Job cmdlet.