Microsoft.PowerShell.ThreadJob Module
Este módulo estende o PowerShell BackgroundJob existente para incluir um novo trabalho baseado em threads (ThreadJob). Esta é uma solução mais leve para executar scripts PowerShell concorrentes que funciona dentro da infraestrutura de trabalhos PowerShell existente.
Microsoft. PowerShell.ThreadJob Cmdlets
| Cmdlet | Description |
|---|---|
| Start-ThreadJob |
Creates background jobs similar to the |