PSParallel

2.2.2

Provides Invoke-Parallel <scriptblock> that runs the scriptblock in parallel in separate runspaces

Minimum PowerShell version

4.0

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name PSParallel

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name PSParallel

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2015 PowerCode. All rights reserved.

Package Details

Author(s)

  • PowerCode

Tags

Parallel Runspace Invoke Foreach

Cmdlets

Invoke-Parallel

Dependencies

This module has no dependencies.

Release Notes

2.2.1
Fixing issue with -NoProgress resulting in null reference
2.2.0
Fixing issues with reuse of runspaces
Grouped progress
Variables PSParallelIndex and PSParallelProgressId available in the parallel runspaces
Simplified interface by removing parameters to import things from invoking runspace. Use
InitialSessionState instead.     

FileList

Version History

Version Downloads Last updated
2.2.2 (current version) 36,714 4/21/2016
2.2.1 5,251 1/21/2016
2.2.0 28 1/21/2016
2.1.3 88 11/25/2015
2.1.2 28 11/25/2015
2.1 27 11/25/2015
2.0 27 11/25/2015
1.9 31 11/24/2015
1.8 30 11/24/2015
1.7 29 11/24/2015
1.6 30 11/23/2015
1.5 26 11/23/2015
1.4 30 11/22/2015
1.3 28 11/22/2015
1.2 29 11/22/2015
1.1 28 11/22/2015
1.0 30 11/22/2015
Show more