From 4ed1b62f504782afead909a630a5cead20b570e5 Mon Sep 17 00:00:00 2001 From: FooBartn Date: Tue, 4 Oct 2016 11:07:04 -0500 Subject: [PATCH 1/3] Added Official PS, Doug Finke, and Mike Robbins blogs as well as... the PowerScripting podcast --- readme.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/readme.md b/readme.md index dd4448a..354bbf3 100644 --- a/readme.md +++ b/readme.md @@ -23,13 +23,17 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. * [Testing](#testing) * [Themes](#themes) * [Videos](#videos) +* [Podcasts](#podcasts) * [Webserver](#webserver) ## Blogs +- [Windows PowerShell Blog](https://blogs.msdn.microsoft.com/powershell/) - Official PowerShell Team Blog - [Hey, Scripting Guy! Blog](http://blogs.technet.com/b/heyscriptingguy/) - Popular Microsoft blog. - [Learn Powershell | Achieve More](http://learn-powershell.net/) - Personal blog of Boe Prox who moderated for the Scripting Guy. - [PowerShellMagazine](http://www.powershellmagazine.com/) - Awesome magazine. +- [Doug Finke](https://dfinke.github.io/#blog) - Author of 'PowerShell for Developers' +- [Mike F. Robbins](http://mikefrobbins.com/) - Microsoft MVP. SAPIEN Tech MVP. Co-author of Windows PowerShell TFM 4th Edition. ## Build Tools @@ -131,6 +135,9 @@ 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. From 5e8255832d7d696d07f5b254d0110cb695048746 Mon Sep 17 00:00:00 2001 From: FooBartn Date: Tue, 4 Oct 2016 11:40:41 -0500 Subject: [PATCH 2/3] Formatting, added break under ## Podcasts --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 354bbf3..90a43ae 100644 --- a/readme.md +++ b/readme.md @@ -136,6 +136,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [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 @@ -143,4 +144,4 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [Flancy](https://github.com/toenuff/flancy) - A web microframework for Windows PowerShell. - [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. +- [WebCommander](https://github.com/vmware/webcommander) - Run scripts and view results, in a friendly web GUI or via a web service. \ No newline at end of file From f871375a3c0960ebf4b70c09cdf07fd60dd13655 Mon Sep 17 00:00:00 2001 From: FooBartn Date: Tue, 4 Oct 2016 22:40:41 -0500 Subject: [PATCH 3/3] put Podcasts group in alphabetical order --- readme.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index 300a823..5488e64 100644 --- a/readme.md +++ b/readme.md @@ -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.