mirror of
https://github.com/janikvonrotz/awesome-powershell.git
synced 2025-01-26 14:26:09 -05:00
Added Parallel Processing group with members: PoshRSJob and...
Invoke-Parallel
This commit is contained in:
parent
c0890a9126
commit
d8c9f2cfff
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user