put Podcasts group in alphabetical order

This commit is contained in:
FooBartn 2016-10-04 22:40:41 -05:00
parent 1b7c6bea9a
commit f871375a3c

View File

@ -18,13 +18,13 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
* [Misc](#misc)
* [Package Managers](#package-managers)
* [Parallel Processing](#parallel-processing)
* [Podcasts](#podcasts)
* [Security](#security)
* [SharePoint](#sharepoint)
* [SQL Server](#sql-server)
* [Testing](#testing)
* [Themes](#themes)
* [Videos](#videos)
* [Podcasts](#podcasts)
* [Webserver](#webserver)
## Blogs
@ -102,6 +102,10 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [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
## Podcasts
- [PowerScripting](https://powershell.org/podcast/) - A weekly show run by Jon Walz and Hal Rottenberg
## 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.
@ -141,10 +145,6 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [PowerShell on Linux and Open Source](https://channel9.msdn.com/Blogs/hybrid-it-management/PowerShell-on-Linux-and-Open-Source) - A brief introduction to PowerShell open source project and how it runs on linux.
- [PowerShell](https://channel9.msdn.com/Shows/MsftPowerShell) - This show will include videos talking about the PowerShell automation platform, Desired State Configuration (DSC), infrastructure as code, and related concepts!! These videos are created by Trevor Sullivan, a Microsoft MVP for Windows PowerShell.
## Podcasts
- [PowerScripting](https://powershell.org/podcast/) - A weekly show run by Jon Walz and Hal Rottenberg
## Webserver
- [Flancy](https://github.com/toenuff/flancy) - A web microframework for Windows PowerShell.