February 2019
Intermediate to advanced
626 pages
15h 51m
English
Runspaces and Runspace pools are an efficient way of asynchronously executing PowerShell code. Runspaces are far more efficient than jobs as they execute in the same process. The main disadvantage is complexity: PowerShell does not include native commands to simplify working with these classes.
Fortunately, PowerShell is highly extensible. Two third-party modules have been created to work with Runspaces:
Both modules work with Windows PowerShell and PowerShell Core.
The PoshRSJob module is very mature and has a rich set of features. It is the most frequently recommended module, ...
Read now
Unlock full access