-
I'm trying to call some custom functions inside of Invoke-Parrallel as such:
```
if ($xmlfile.configuration.DBAndFilesBackup.item("MSSQL").haschildnodes) {
foreach ($backup in $xmlfile.configurat…
-
**Do you want to request a *feature* or report a *bug*?**
Bug
**What is the current behavior?**
I would expect that **Receive-RSJob** with the proper -*Action and -*Variable parameters in place wou…
-
I'm using RSJobs to process Exchange Online reports in multiple threads. The problem is that from time to time something happens on the Office 365 side that requires to re type the powershell session …
-
When an RSJob is executing on a pooled runspace that has been previously used, the output from the previous run will be returned if the current RSJob terminates with an error. I've verified this behav…
-
Modules is the preferred way to distribute reusable components.
-
**Do you want to request a *feature* or report a *bug*?**
Bug
**What is the current behavior?**
**Start-RSJob** incorrectly counts the parameters in the **-ArgumentList**, altering its behavior loa…
-
I ran into a issue in Start-RSJobs module.
**Collection was modified; enumeration operation may not execute.**
**At E:\Scripts\MultiThread-RSJobs\PoshRSJob\Public\Start-RSJob.ps1:381 char:25**
**\+…
-
This line:
`$runspace.powershell.EndInvoke($runspace.Runspace)`
Means that if your session is set to stop on errors, and any of your jobs write an error, Invoke-Parallel will error out at the point …
-
I am running PoshRSJob version 1.7.3.8 and I am having trouble with ever-increasing RAM usage when running my multithreaded jobs from my machine. The script that I am having an issue with is listed be…
-
### Summary of the new feature / enhancement
Currently there is no mechanism for when modules are renamed to aid in the discoverability of the new name of the module, nor is there in the Gallery a wa…