Releases: MVKozlov/PoshRSJob
Releases · MVKozlov/PoshRSJob
v1.7.5.2
v1.7.5.1-1
- Implemented proper pipeline support for Receive-RSJob and Stop-RSJob.
- Deprecated any job identification parameters except Job from Wait-RSJob/Stop-RSJob.
It just another call to Get-RSJob, so it is better to use pipeline or variables - proxb#177 Added support to import module(s) from custom path.
- proxb#179 Preserved job parameters ordering while search for jobs
- proxb#186 Implemented per job timeout origin
- Added support for
-Passthru
switch in Stop-RSJob,-StopTimedOutJobs
in Wait-RSJob
-Passthru
switch allow to pass job object thru Stop-RSJob (for example for Receive-RSJob)
-StopTimedOutJobs
switch stops timed out jobs while waiting to free up ResoucePool - proxb#193 Implemented 'BeginStop' into Stop-RSJob
- proxb#197 Empty pipeline should not start any jobs
- proxb#129 Information Stream supported
- proxb#137 Verbose stream from remote runspaces
- proxb#146 Receive-RSJob does not respect common *Variable and *Action parameters
- proxb#172 WriteStream (Receive-Job) output cannot be redirected
- proxb#183
-Any
parameter to Wait-RSJob
stop waiting when first job finished - proxb#200 HasMoreData is always False
- Disable progress stream for runspace jobs
Cmdlets like Invoke-WebRequest/RestMethod is creating
so many progress records that it can crash the sandbox
if used in Azure Automation. - Added
-ThreadOptions
to the parameters for Start-RSJob - Some Code cleanup and formatting