Skip to content

Releases: proxb/PoshRSJob

PoshRSJob 1.5.6.0

08 Apr 02:23
Compare
Choose a tag to compare

1.5.6.0
  • Fixed Issue #64 (HadErrors in PoshRS.PowerShell.RSJob throws errors in PowerShell V2)
  • Fixed Issue #66 (Parameters not working in PowerShell V2)
  • Fixed Issue #67 (Converted Add-Type code for C# classes to be created via Reflection for Nano server support)
  • Fixed Issue #61 (Receive-RSJob not allowing -Job parameter input)
  • Fixed Issue #63 (Replaced Global variables with Script scope)

PoshRSJob V1.4.3.0

20 Sep 03:13
Compare
Choose a tag to compare

Updates include:

  • Added -Force parameter to Stop-RSjob
  • Bug fixes with PowerShell V2 support
  • Folder restructuring
  • Bug fix when working with functions defined in script scope
  • Other misc. bug fixes

PoshRSJob 1.3.0.0

02 Sep 02:33
Compare
Choose a tag to compare
  • Bug fixes in PowerShell V2 for $Using: support.
  • Bug fixes in handling variables when Start-RSJob is used in a script.
  • Runspaces are now using STA instead of MTA to support GUIs.
  • Added sleep cycle on Wait-RSJob to prevent over processor use
  • Better error handling
  • Fixed issue when 0 is piped to Start-RSJob
  • Other misc. bug fixes.

PoshRSJob 1.0.1.0

20 Apr 13:50
Compare
Choose a tag to compare

Latest updates include $_ support for piped data in -Scriptblock parameter.
Bug fixes in various parts of the code.

PoshRSJob

08 Apr 02:08
Compare
Choose a tag to compare

This release adds the following functions:

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