Added Parallel Processing group with members: PoshRSJob and...

Invoke-Parallel
This commit is contained in:
FooBartn 2016-10-04 12:04:20 -05:00
parent c0890a9126
commit d8c9f2cfff

View File

@ -24,6 +24,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
* [Themes](#themes)
* [Videos](#videos)
* [Webserver](#webserver)
* [Parallel Processing](#parallel-processing)
## Blogs
@ -137,3 +138,8 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [NancyPS](https://github.com/Jaykul/NancyPS) - Nancy, self-hosted in PowerShell, with script method handlers.
- [PoSH Server](http://www.poshserver.net/) - Secure, flexible and lightweight web server to meet your requirements.
- [WebCommander](https://github.com/vmware/webcommander) - Run scripts and view results, in a friendly web GUI or via a web service.
## Parallel Processing
- [PoshRSJob](https://github.com/proxb/PoshRSJob) - Provides an alternative to PSjobs with greater performance and less overhead to run commands in the background
- [Invoke-Parallel](https://github.com/RamblingCookieMonster/Invoke-Parallel) - This function will take in a script or scriptblock, and run it against specified objects(s) in parallel