Provides an alternative to PSjobs with greater performance and less overhead to run commands in the background, freeing up the console and allowing throttling on the jobs.
MIT License
542
stars
87
forks
source link
Readme.md doesn't reference: Latest Updates to PoshRSJob #30
This tripped me up when I tried to use -ArgumentList and a Param() block based on your initial post. In hindsight, $Using with no Param() block makes more sense. But, it would be helpful to newcomers to highlight the updates.
The README.md references Introducing PoshRSJob as an Alternative to PowerShell Jobs for more information and examples, but neither location mentions Latest Updates to PoshRSJob.
This tripped me up when I tried to use -ArgumentList and a Param() block based on your initial post. In hindsight, $Using with no Param() block makes more sense. But, it would be helpful to newcomers to highlight the updates.