Windows Powershell in Action
|
| List Price: | $44.99 |
| Price: | $29.69 & eligible for FREE Super Saver Shipping on orders over $25. Details |
Availability: Usually ships in 24 hours
Ships from and sold by Amazon.com
38 new or used available from $22.00
Average customer review:Product Description
"Bruce is a walking encyclopedia of every good, bad, solid, and wacky language idea that has been tried... This is a book that only Bruce could have written."
--Jeffrey Snover, from the Foreword
"The nuances of PowerShell from the lead language designer himself! Excellent content and easy readability!
--Keith Hill, Software Architect
"I love this book!"
--Scott Hanselman ComputerZen.com
PowerShell replaces cobbled-together assemblies of third-party management tools with an elegant programming language and a powerful scripting shell for the Windows environment. In the tradition of Manning's ground breaking "In Action" series, this book comes from right from the source. Windows PowerShell in Action shows you how to build scripts and utilities to automate system tasks or create powerful system management tools to handle the day-to-day tasks that drive a Windows administrator's life. Because it's based on the .NET platform, PowerShell is also a powerful tool for developers and power users.
Windows PowerShell in Action was written by Bruce Payette, one of the founding members of the Windows PowerShell team, co-designer of the PowerShell language and the principal author of the PowerShell language implementation. The book enables you to get the most out of the PowerShell environment. Using many examples, both small and large, this book illustrates the features of the language and environment and shows how to compose those features into solutions, quickly and effectively.
This book is designed for anyone who wants to learn PowerShell and use it well. Rather than simply being a book of recipes to read and apply, this book gives you the deep knowledge about how PowerShell works and how to apply it
Product Details
- Amazon Sales Rank: #76992 in Books
- Published on: 2007-02-05
- Original language: English
- Number of items: 1
- Binding: Paperback
- 576 pages
Features
- ISBN13: 9781932394900
- Condition: NEW
- Notes: Brand New from Publisher. No Remainder Mark.
- Click here to view our Condition Guide and Shipping Prices
Editorial Reviews
From the Publisher
PowerShell in Action
Part I - Learning PowerShell This comprehensive tour of the PowerShell language and runtime introduces the language and offers a deep insight into how and why things are the way they are. Part I, covers the PowerShell language including the syntax, the type system with examples showing how each feature works.
Chapter 1-PowerShell history and a quick tour of the features of the environment.
Chapter 2-PowerShell concepts you'll need to put PowerShell to work.
Chapter 3-The PowerShell type system and its relationship to .NET.
Chapter 4-Operators and expressions including basic arithmetic, comparison and assignment, wildcard and regular expression pattern matching.
Chapter 5-Operations for working with arrays (indexing, slicing) and objects (properties and methods, output redirection, the formatting operator and PowerShell variables.
Chapter 6-PowerShell language constructs like if statement and loops.
Chapter 7-Programming in PowerShell, including functions and scripts and variable scoping.
Chapter 8-Object construction and extensions, Scriptblocks and how to extend the PowerShell language.
Chapter 9-Error handling and debugging.
Part II looks at applying PowerShell in specific technology areas and problem domains.
Chapter 10-Text processing such as basic string processing, file processing (including handling binary files) and working with XML documents.
Chapter 11-Locating, exploring and instantiating types in the .NET framework including generic types with applications including network programming and WinForms.
Chapter 12-Using the application automation models to script Microsoft Word, WMI from the command line and in scripts to inspect, update and manage a Windows system, and VBScript interaction.
Chapter 13-Security, security, security.
From the Author
Wow, I wrote a book. One moment you're a humble programming language designer and the next you're up until 2:00AM every night trying to figure out how to say "and in the next example" 500 times without being boring.
So why write it? Mostly because of PowerShell. Although PowerShell draws heavily from existing technologies, it combines them in some very novel ways. This kind of novelty leads to misunderstandings. As we showed our work to the world I found that there were a number of questions that were being asked over and over again. These questions would usually arise as a result of some prior language experience that the user had. There needed to be a way to gather this information altogether in one place.
It's astonishing was how much power comes out of the synergy of the various technologies underlying PowerShell. The PowerShell team would read people's blogs and be astonished by the creativity that was being demonstrated. This book tries to foster that creativity by conveying just how capable the PowerShell is.
And finally, this is the book I wanted to read. I love programming languages and the best books are the ones that explain not only "what" but also "why". These books give the reader something more that just technical detail. They convey a sense of the overall design and some element of the intent of the designer.
Learn PowerShell, be creative and above all, have fun.
Enjoy,
Bruce Payette
About the Author
Bruce Payette is one of the founding members of the Windows PowerShell team. He is co-designer of the PowerShell language along with Jim Truher and is the principal author of the language implementation.
He joined Microsoft in 2001 working on Interix - the POSIX subsystem for Windows - then moved to the help found the PowerShell project shortly thereafter. Prior to joining Microsoft he worked at various companies including Softway (the creators of Interix) and MKS (producers of the MKS Toolkit) building UNIX tools for Windows.
Bruce Payette lives in Bellevue, Washington with his wife, many computers and 3 extremely over-bonded and very spoiled cats.
Customer Reviews
Don't Make This Your First Purchase
Consider this book the Definitive Reference for PowerShell. Written by one of the designers of the PowerShell environment, the author knows all the ins and outs, back-alleys, hidden rooms, and secret handshakes the language offers - and isn't afraid to grab you by the hand and drag you along (like it or not!) for the tour of your life.
Therein, however, is the reason I can't recommend this as your first PowerShell book. The book is very logically planned out, the information very well presented in relatively easy to understand language, there is an abundance of script snippets to demonstrate what is being talked about, and the writing style itself is entertaining to read. But the author knows too much on the subject, and like any proud parent, often "too much information" is given, delving too deep into the gears and cogs of PowerShell and the underlying .NET framework for the (often basic) building block component, which might overwhelm the new PowerShell user, especially if the user does not have programming, let alone scripting, experience.
So although I say don't make this your first purchase, make it your second - and probably your last. Start with an "Introduction" style book (like Microsoft Windows Powershell Programming for the Absolute Beginner) to get used to the complex environment (even if you've only had VBS/JS experience), get comfortable with the basics of the shell, then move up to this title. You'll soon find out that every aspect you thought you knew has much more to the story than you thought, and you'll walk away from this read able to do just about everything you want.
Do not stop at think, go straight to buy and read.
Where's the 6 stars option? I haven't enjoyed a software engineering book to the same extent for a long time. 'PowerShell in Action' works on two levels. Firstly it delivers immediately in getting you up to speed on PowerShell and being able to use it in-anger for simple tasks (and from there on it just gets better and better as it tackles more complex scenarios).
Secondly however it's not just a 'What' and 'How' tutorial, but also guide to 'Why'. Since Bruce was the design lead for the actual PowerShell language only he can tell you why they choose to implement features the way they did. On this level the book reads like one engineer talking to another. It gives you a fantastic insight into the thought processes behind the choices (what alternatives where considered, and discarded, and why).
The text is full of Bruce's entertaining and sly asides which make it clear that here's a guy that's quite possibly used every language on the planet. As a reader you get the clear impression that nothing in PowerShell is there out of whimsy. And when you start working through the book you'll get a real impression of how every feature of it hangs together and supports the whole. Get this book.
Awesome Detail from Start to Finish
If you are looking for a good source of information to use the new Windows Powershell, this is the book for you! What is the old saying if you want the truth go to the source? Well Bruce is the source being one of the team leads has obviously given him some insight into the internal workings and he shares this with the reader.
Whether you are a scripting novice who needs help from start to finish, or you are an advanced scripter who just wants to dive right in, this book has something for everyone. It goes from start to finish covering everything from the basics of not only what Windows Powershell is but also scripting and even dabbles into object oriented programming. This book is truly the place to go for all your Windows Powershell needs, great job Bruce!



