From 172773ac332655bd26672d80cf9d3a3c1ade32c9 Mon Sep 17 00:00:00 2001 From: Charismatron Date: Tue, 10 Oct 2017 18:44:42 +0200 Subject: [PATCH 1/3] Update readme.md --- readme.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/readme.md b/readme.md index b7b55f5..b5390de 100644 --- a/readme.md +++ b/readme.md @@ -50,6 +50,13 @@ It includes a command-line shell and an associated scripting language. - [Doug Finke](https://dfinke.github.io/#blog) - Author of [PowerShell for Developers](http://shop.oreilly.com/product/0636920024491.do). - [Mike F. Robbins](http://mikefrobbins.com/) - Microsoft MVP. SAPIEN Tech MVP. Co-author of Windows PowerShell TFM 4th Edition. +## Books + +- [PowerShell in Depth](https://www.manning.com/books/powershell-in-depth) - The go-to reference for administrators working with Windows PowerShell. Every major shell technique, technology, and tactic is explained and demonstrated, providing a comprehensive reference to almost everything an admin would do in the shell. +- [Windows PowerShell in Action, Third Edition](https://www.manning.com/books/windows-powershell-in-action-third-edition) - The latest revision of this comprehensive reference guide. +- [Learn Windows PowerShell in a Month of Lunches, Third Edition](https://www.manning.com/books/learn-windows-powershell-in-a-month-of-lunches-third-edition) - An innovative tutorial designed for busy IT professionals. Just set aside one hour a day - lunchtime would be perfect - for a month, and you'll be automating Windows tasks faster than you ever thought possible. +- [Learn PowerShell Scripting in a Month of Lunches](https://www.manning.com/books/learn-powershell-scripting-in-a-month-of-lunches) - A guide to the process of developing, testing, and deploying scripts, and the art of PowerShell toolmaking. + ## Build Tools * [psake](https://github.com/psake/psake) - Build automation tool inspired by rake (aka make in Ruby) and bake (aka make in Boo). From 2331200324d502f33e5e560a6c14da7b9e3a14be Mon Sep 17 00:00:00 2001 From: Charismatron Date: Tue, 10 Oct 2017 18:47:30 +0200 Subject: [PATCH 2/3] Update readme.md --- readme.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index b5390de..f60a109 100644 --- a/readme.md +++ b/readme.md @@ -52,10 +52,11 @@ It includes a command-line shell and an associated scripting language. ## Books -- [PowerShell in Depth](https://www.manning.com/books/powershell-in-depth) - The go-to reference for administrators working with Windows PowerShell. Every major shell technique, technology, and tactic is explained and demonstrated, providing a comprehensive reference to almost everything an admin would do in the shell. -- [Windows PowerShell in Action, Third Edition](https://www.manning.com/books/windows-powershell-in-action-third-edition) - The latest revision of this comprehensive reference guide. +- [Exploring PowerShell Automation](https://www.manning.com/books/exploring-powershell-automation) - a free eBook sampler that gives you an overview of how to administer your environment. +- [PowerShell in Depth](https://www.manning.com/books/powershell-in-depth) - The go-to reference for administrators. Every major shell technique, technology, and tactic is explained and demonstrated, providing a comprehensive reference to almost everything an admin would do in the shell. +- [Windows PowerShell in Action, Third Edition](https://www.manning.com/books/windows-powershell-in-action-third-edition) - The latest revision of the comprehensive reference guide. - [Learn Windows PowerShell in a Month of Lunches, Third Edition](https://www.manning.com/books/learn-windows-powershell-in-a-month-of-lunches-third-edition) - An innovative tutorial designed for busy IT professionals. Just set aside one hour a day - lunchtime would be perfect - for a month, and you'll be automating Windows tasks faster than you ever thought possible. -- [Learn PowerShell Scripting in a Month of Lunches](https://www.manning.com/books/learn-powershell-scripting-in-a-month-of-lunches) - A guide to the process of developing, testing, and deploying scripts, and the art of PowerShell toolmaking. +- [Learn PowerShell Scripting in a Month of Lunches](https://www.manning.com/books/learn-powershell-scripting-in-a-month-of-lunches) - A guide to the process of developing, testing, and deploying scripts, and the art of toolmaking. ## Build Tools From 9e5d7d67fa43f2d06a1a90337c7f883d35f26674 Mon Sep 17 00:00:00 2001 From: Charismatron Date: Tue, 10 Oct 2017 18:48:51 +0200 Subject: [PATCH 3/3] Update readme.md --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index f60a109..78c5fb7 100644 --- a/readme.md +++ b/readme.md @@ -11,6 +11,7 @@ It includes a command-line shell and an associated scripting language. * [API Wrapper](#api-wrapper) * [Blogs](#blogs) +* [Books](#books) * [Build Tools](#build-tools) * [Code and Package Repositories](#code-and-package-repositories) * [Commandline Productivity](#commandline-productivity)