PoshRSJob

1.7.4.4

Module designed to use PowerShell runspaces to create jobs that allow throttling and quicker execution of commands

Installation Options

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

Install-Module -Name PoshRSJob

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

Install-PSResource -Name PoshRSJob

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) 2014 Boe Prox. All rights reserved.

Package Details

Author(s)

  • Boe Prox

Tags

PoshRSJob Runspace RunspacePool Linux PowerShellCore RSJob

Functions

Get-RSJob Receive-RSJob Remove-RSJob Start-RSJob Stop-RSJob Wait-RSJob

Dependencies

This module has no dependencies.

Release Notes

---------
|1.7.4.4|
---------
* #175 Save and restore $env:PSModulePath until we find why it's being clobbered on PS Core

---------
|1.7.4.3|
---------
* #48 Moved garbage collection in runspacepool cleanup
* #48 Removed unnecessary Close() on runspacepool as Dispose() already in use
* #157 (Start-RSJob - be able to import private functions)
* #174 (Minor variable declaration)
* Variables will now always use local scope in runspace by default; not global which prevents incorrect data being presented if a variable is created and not cleaned up in each runspace.

Full release notes can be found at: https://github.com/proxb/PoshRSJob/blob/master/ReleaseNotes.md

FileList

Version History

Version Downloads Last updated
1.7.4.4 (current version) 722,555 2/24/2018
1.7.4.3 331 2/15/2018
1.7.4.1 496 1/31/2018
1.7.4.0 939 1/28/2018
1.7.3.11 67 1/28/2018
1.7.3.9 4,494 4/9/2017
1.7.3.8 157 4/3/2017
1.7.3.7 333 3/6/2017
1.7.3.5 1,178 1/14/2017
1.7.3.3 534 11/14/2016
1.7.3.2 63 11/13/2016
1.7.3.1 68 11/13/2016
1.7.3.0 90 11/10/2016
1.7.2.9 414 9/29/2016
1.7.2.7 98 9/26/2016
1.7.2.6 82 9/23/2016
1.7.2.4 297 8/31/2016
1.7.2.3 2,206 8/30/2016
1.7.2.2 66 8/30/2016
1.7.2.0 126 8/29/2016
1.7.1.0 68 8/27/2016
1.7.0.0 323 8/24/2016
1.6.2.1 63 8/23/2016
1.6.1.0 159 8/15/2016
1.6.0.0 87 8/12/2016
1.5.7.7 369 6/26/2016
1.5.7.6 151 6/9/2016
1.5.7.5 219 5/16/2016
1.5.7.4 63 5/16/2016
1.5.7.3 227 5/2/2016
1.5.7.2 152 4/20/2016
1.5.7.1 137 4/10/2016
1.5.7.0 63 4/10/2016
1.5.6.2 66 4/9/2016
1.5.6.1 74 4/8/2016
1.5.6.0 66 4/8/2016
1.5.5.4 122 3/29/2016
1.5.5.3 289 1/11/2016
1.5.5.2 67 1/9/2016
1.5.5.1 122 12/8/2015
1.5.5.0 175 10/7/2015
1.5.3.0 83 9/30/2015
1.5.2.0 64 9/30/2015
1.5.1.0 74 9/26/2015
1.4.3.0 94 9/20/2015
1.4.2.0 63 9/20/2015
1.4.1.0 73 9/17/2015
1.2.10.0 100 8/25/2015
1.2.9.0 72 8/25/2015
1.2.8.0 68 8/21/2015
1.2.7.0 68 8/20/2015
1.2.6.0 93 8/1/2015
1.2.5.0 76 7/23/2015
1.2.4.0 76 7/11/2015
1.1.4.0 65 7/10/2015
1.1.3.0 86 6/22/2015
1.1.2.0 91 6/10/2015
1.1.1.0 73 6/10/2015
1.0.1.0 94 4/22/2015
Show more