Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 718 Bytes

File metadata and controls

24 lines (18 loc) · 718 Bytes
Download Help Link https://aka.ms/powershell76-help
Help Version 7.6.0.0
Locale en-US
Module Guid a84b375d-c1d6-4a1c-bcb7-8059bc28cd98
Module Name Microsoft.PowerShell.ThreadJob
ms.date 04/07/2026
schema 2.0.0
title Microsoft.PowerShell.ThreadJob

Microsoft.PowerShell.ThreadJob Module

Description

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

Creates background jobs similar to the Start-Job cmdlet.