Partilhar via


ThreadJob Module

Este módulo estende o PowerShell BackgroundJob existente para incluir um novo trabalho baseado em threads chamado ThreadJob. Esta é uma solução mais leve para executar scripts simultâneos do PowerShell que funcionam dentro da infraestrutura de trabalho existente do PowerShell.

ThreadJob Cmdlets

Cmdlet Description
Start-ThreadJob

Creates background jobs similar to the Start-Job cmdlet.