Product Details
Microsoft Windows PowerShell Step By Step (Step By Step (Microsoft))

Microsoft Windows PowerShell Step By Step (Step By Step (Microsoft))
By Ed Wilson

Price:

This item is not available for purchase from this store.
Click here to go to Amazon to see other purchasing options.


39 new or used available from $1.58

Average customer review:

Product Description

Learn Microsoft Windows PowerShell --one step at a time--with practical, hands-on instruction from Microsoft's leading scripting trainer, Ed Wilson. Work at your own pace and build practical system administration skills as you learn how to use Windows PowerShell to administer Microsoft Windows®, Microsoft Exchange, and other Microsoft technologies. You will learn how to write your first Windows PowerShell commands and scripts to automate setup, deployment, and administration. This guide features self-paced learning labs and a companion CD that features a complete eBook, plus dozens of adaptable sample scripts you can use on the job.


Product Details

  • Amazon Sales Rank: #361362 in Books
  • Published on: 2007-05-16
  • Original language: English
  • Number of items: 1
  • Binding: Paperback
  • 320 pages

Editorial Reviews

From the Publisher
Key Book Benefits:

-Book based on Microsoft Enterprise Services' Windows PowerShell course for Microsoft customers and partners

-Hands-on, self-paced learning in a proven step-by-step format

-Sample scripts and eBook on the companion CD

About the Author
Ed Wilson is a senior consultant at Microsoft Corporation and a scripting expert. He is a Microsoft Certified Trainer who delivers an immensely popular VBScript workshop to Microsoft employees and customers worldwide, along with numerous networking and administration classes. He's written several books on Windows scripting, including Microsoft Windows Scripting with WMI: Self-Paced Learning Guide and Microsoft Windows Scripting Self-Paced Learning Guide. Ed holds more than 20 industry certifications, including MCSE and CISSP.


Customer Reviews

Too basic, then too advanced1
This book misses on many points. It is a good introduction, but that could have been covered in one chapter. It does not cover something as basic as creating functions (and the issue of variable scope). It also does not go into using the framework within powershell, one of the greatest powers of powershell, or extending powershell with your own addins. After a while some of the excises get repetative. There are chapters on Active Directory & Exchange, which requires special programs to go through, and most people will not even have access to them, or know the first thing about installing them so then can go through the book. Certainly a chapter on ADO would be great, but it is all depends on Active Directory; should have used northwind. There is some good information on Errors, but it is buried in Active Directory, which most people will never even look at since it is something that they would not have any reason to investigate. Definately go with another book such as "Windows Powershell Cookbook."

Full of promise, but unable to deliver4
This book, a svelte 296 pages, plus CD-ROM, should be viewed in the same vein as the O'Reilly "... In A Nutshell" series: It's full of good information, but it doesn't quite take the one extra step to answer the question that's at the back of your mind: "But how do I use it to do XYZ?".

Case in point: it will tell you how to get information back from the system, but not necessarily how to pull out the one specific piece of data you're after, so that it can be processed in a script. (A couple of minutes of trial-and-error resolved that quandary.) Disclaimer: I skimmed through a few pages, concentrating on an area that's of immediate interest, so a note advising how to extra the single point of data might or might not have been buried in some text elsewhere.

This is the type of book where you look up the basics of the information you want, then go to another book to get the rest of the information (background, caveats, usage, etc) that will be required to implement the command successfully.

One major problem with this book, though, is that it is riddled with typos ("CDROMg", "Alapha computer") which may be off-putting to some users. (For the most part, scripts appeared not to have many typos, but the accompanying text is full of them.)

I gave it the benefit of the doubt, in awarding it 4 stars. 3.5 would have been more appropriate. I'm shopping for another PowerShell book now...

a mile wide and an inch deep3
The book is less than 300 pages. You can't learn Powershell in under 300 pages so expect to buy another book. The author covers a number of examples but doesn't go into real depth which is why I titled this review what I did. There are chapters on ADO, WMI, Exchange, and Active Directory. It's nice to know I can use Powershell to script against those technologies but am I really going to learn Powershell by spending so little time on each? I think this author and all other Powershell authors would be better off writing an entire book on each of those rather than a chapter. Until I get familiar with the syntax of Powershell I think the best approach is to find a book on Powershell for managing servers or Powershell for managing Exchange. I think concentrating on a single technology will greatly simplify the learning curve. Once I learn Powershell for Exchange (for example) I can then spread my wings to learn Powershell for Active Directory, ADO, etc...