mirror of
https://github.com/janikvonrotz/awesome-powershell.git
synced 2025-01-13 16:19:26 -05:00
Merged branch parallel-processing into add-blogs-podcast
This commit is contained in:
commit
1b7c6bea9a
@ -17,6 +17,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
|
||||
* [Editors and IDEs](#editors-and-ides)
|
||||
* [Misc](#misc)
|
||||
* [Package Managers](#package-managers)
|
||||
* [Parallel Processing](#parallel-processing)
|
||||
* [Security](#security)
|
||||
* [SharePoint](#sharepoint)
|
||||
* [SQL Server](#sql-server)
|
||||
@ -96,6 +97,11 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
|
||||
- [PsGet](http://psget.net/) - Set of commands to install modules from central directory, local file or from the web.
|
||||
- [Chocolatey](https://chocolatey.org/) - The package manager for Windows. The sane way to manage software on Windows.
|
||||
|
||||
## 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
|
||||
|
||||
## Security
|
||||
|
||||
- [File System Security](https://gallery.technet.microsoft.com/scriptcenter/1abd77a5-9c0b-4a2b-acef-90dbb2b84e85) - Allows a much easier management of permissions on files and folders.
|
||||
|
Loading…
Reference in New Issue
Block a user