ThreadJob

Ce module étend la tâche d’arrière-plan PowerShell existante pour inclure un nouveau travail ThreadJob basé sur des threads. Il s’agit d’une solution plus légère pour l’exécution de scripts PowerShell simultanés qui fonctionnent dans l’infrastructure de travaux PowerShell existante.

ThreadJob

Start-ThreadJob

Creates background jobs similar to the Start-Job cmdlet.