proxb / PoshRSJob

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

Consider adding a Batch property for RSJob object #46

Closed proxb closed 9 years ago

proxb commented 9 years ago

Based on external feedback. This would allow for better filtering of jobs running in PoshRSJob. This also would require work to be done on most of the *-RSJob functions to support this.

proxb commented 9 years ago

This has been added and will be available in the next release