Customer Reviews


7 Reviews
5 star:
 (1)
4 star:
 (2)
3 star:
 (3)
2 star:    (0)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
Share your thoughts with other customers
Create your own review
 
 
Only search this product's reviews

The most helpful favorable review
The most helpful critical review


1 of 1 people found the following review helpful:
4.0 out of 5 stars This book is very good for mere mortals
If you are not an expert in scripting languages get this book immediately and in a week you will know 100 times more than today about PowerShell. If you are a scripting geek, then go directly to "PowerShell in Action".

Metaphorically speaking this book is cooked by a very good cook who was in a hurry. But the food is basically good and will give you a lot of...
Published on May 28, 2007 by alexander boulavinov

versus
13 of 13 people found the following review helpful:
3.0 out of 5 stars Useful Book -- The Flaws are Many
Overall, I'm glad to have read this book. It isn't without it's problems, however, so let me get those out of the way first:

- The typesetting is poor. This definitely seems like a low-budget self-published book. Poor layout -- look for the proliferation of "example:" being followed by nearly a half page of whitespace. There are no chapter indications on...
Published on March 3, 2007 by Christopher Walborn


Most Helpful First | Newest First

13 of 13 people found the following review helpful:
3.0 out of 5 stars Useful Book -- The Flaws are Many, March 3, 2007
By 
This review is from: Microsoft Windows PowerShell: TFM (Paperback)
Overall, I'm glad to have read this book. It isn't without it's problems, however, so let me get those out of the way first:

- The typesetting is poor. This definitely seems like a low-budget self-published book. Poor layout -- look for the proliferation of "example:" being followed by nearly a half page of whitespace. There are no chapter indications on the page headers, making it harder to find chapters without tediously looking for the page number on the Table of Contents.

- The binding seems like it might give out on me. So far it has held up, but I have the feeling that pages are going to start breaking out and flying off.

- Editing? What editing? One chapter stops short only to be tagged on at the end of a following chapter. There's other signs of self-editing mishaps, typos, etc.

- 149 pages of documentation which is no more useful than PowerShell's own help files. Or if you want gui documentation, PowerShell Analyzer has contextual help or you can use Sapien's PowerShell Help gui.

- Retails for $49.99. That's pretty steep for the quantity of material and the production quality. Other PowerShell books may retail for near that price-point, but Amazon is able to offer a discount to their customers.

- Finally, Mr. Jones likes to plug PrimalScript whenever possible. He mentions it from time to time in the book and in the webcasts he does for Microsoft. It's a fine product, though not my choice. (I prefer jEdit, gvim or emacs whenever possible; Karl Prosser's PowerShell Analyzer is great when working at depth specifically with PowerShell.)

But what about the content?

I found TFM to be very accessible. This book got me up and running with Powershell, and it did it without boring me with mind numbing hand-holding or putting me to sleep with over-my-head theory. Probably like a lot of other admin/support staff folks, I am not a programmer and don't have fluency in any particular language, though I *have* been exposed to the basics of a lot of different scripting languages and can put a script together from time to time. For my needs TFM hit the right balance as an introduction. I'm nearly finished with it, and will continue with Payette's book, which goes into greater detail. They're complimentary books, really.

Overall, I do appreciate this book. The production qualities need improving, but that doesn't derail the book from it's purpose. It serves as a good introduction to PowerShell aimed at the sysadmin crew.

UPDATE (20070320): I'm 168 pages into Bruce Payette's Windows PowerShell In Action and have to admit that it is a much more useful and successful book. It goes into significantly more detail about the hows and whys of PowerShell, and looks to be a book that I'll come back to again and again. I can't say the same about TFM, unfortunately. But it got me going, and for that I'll applaud it.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


20 of 22 people found the following review helpful:
1.0 out of 5 stars Stay Away From This Turkey, February 5, 2007
This review is from: Microsoft Windows PowerShell: TFM (Paperback)
A horrible, horrible book.

I'm rushed for time right now, but I wanted to write at least a short review to warn people away from this turkey. I'm returning my copy for a refund, and will get Bruce Payette's book instead.

This book was clearly rushed to print. Material (including at least one mutliple-page section) is repeated; clearly they haven't finished editing the thing. Tables are sloppily formatted, making it difficult to read. Again, they haven't finished the editing process.

The book can't make up its mind what its target audience is. They use the term WMI without defining it (sure, sysadmins will probably know it, and they do define it many pages later), but then they don't define the term "variable" until roughly page 100.

The book is poorly laid out. It certainly doesn't do what I consider a reasonable job of progressing clearly from point A to point B in trying to define the language. I'm left with the feeling that it's jumping all over the place, trying to combine conveying the lanugage, while providing good example. Suffice it to say, it fails.

I also found their description of the pipeline (arguably the heart of Powershell) to be superficial.

The examples. Don't get me started. If you're looking for a practical guide to what sysadmins need, then look somewhere else. The examples aren't particularly sophisticated, nor do they particularly point out subtle but useful points in the language. Also, they make rookie mistakes. In general you should never use the same values in an example, in case there's some confusion. But no. For example, in describing hash tables, they use strings both for the key and for the value. But this leads to a bug. One of their examples is wrong. The code works only because they use the same data type. If they'd used, say, a string key and an int value, the code would have broken.

The book is padded with useless information. The last, oh, 20% is a listing of all the cmdlets, along with their parameters. But all they do is list the parameters. No hint of what they mean, other than the possibly mnemonic names. Again, the book was clearly rushed into production. A table with even a single sentence on each parameter would have been useful. As it stands, it just makes the book longer, heavier and (presumably, just from a page count POV) more expensive.

Sapien press has made a huge error allowing this piece of crap to be published. It's going to be a long time before I consider buying anything published by them again.

I rated this book at one star. I apologize for misleading you, but Amazon doesn't allow a negative number of stars.

Finally, calling this "TFM" -- well, I tried coming up with things like "The Foney Manual", but in this case, in my mind, TFM means just what it traditionally means. And I'm sure everyone knows what that is.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
3.0 out of 5 stars Good Intro to powershell but lacks depth, August 5, 2007
This review is from: Microsoft Windows PowerShell: TFM (Paperback)
First of all, having all the built-in documentation that comes with Powershell taking up the last 100 pages of the book is was basically useless. It just takes up valuable space on my bookshelf.

I have used the book a basic reference from time to time and it gives me the quick and dirty answer on how to do the basic stuff.

To really dig in deep I would suggest Bruce Payette's book, Powershell in Action. Who better to write a book than the author of the language itself!

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
4.0 out of 5 stars This book is very good for mere mortals, May 28, 2007
This review is from: Microsoft Windows PowerShell: TFM (Paperback)
If you are not an expert in scripting languages get this book immediately and in a week you will know 100 times more than today about PowerShell. If you are a scripting geek, then go directly to "PowerShell in Action".

Metaphorically speaking this book is cooked by a very good cook who was in a hurry. But the food is basically good and will give you a lot of energy.

And don't get too emotional, too 'religious' about it like a lot of people do! It is about your profession and fun - nothinng else!
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5 of 7 people found the following review helpful:
4.0 out of 5 stars I do like this book, February 7, 2007
This review is from: Microsoft Windows PowerShell: TFM (Paperback)
I'll agree with the previous reviewer on a couple of points:
1. They general layout of the book kind of hit me as odd when I first opened up the book.
2. The verboseness used to list out the packaged cmdlets doesn't seem like a good use for a book of this level.

I do have a lot of respect for Don and Jeff, and they provide a lot of support to the community.

I am just too busy right now to read from front to back, but have skimmed through some sections, and do like it. The book's binding was a bit stiff, but is starting to soften up a bit.

The formatting might need time for me to get a bit used to, but overall, I still give the book a 4/5, and look forward to other SAPIEN books in the TFM series.

This book is not a really a beginner scripting book, and I can fully understand that the authors didn't explain what WMI is, if at all.

I'm happy with my purchase, and am looking forward to learning more from it.

A true beginner should maybe go with the "Absolute Beginner" book out on PowerShell.
[...]
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


3.0 out of 5 stars Good book for beginner, February 25, 2011
This review is from: Microsoft Windows PowerShell: TFM (Paperback)
I bought this book as a backup to the DVD video training series. It is written well and I think I might pick up the new version for Powershell 2.0 as well.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


0 of 3 people found the following review helpful:
5.0 out of 5 stars Seems like a great book, September 20, 2007
By 
Amazon Verified Purchase(What's this?)
This review is from: Microsoft Windows PowerShell: TFM (Paperback)
I haven't finished reading the book yet, but it seems to be well laid out.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


Most Helpful First | Newest First

This product

Microsoft Windows PowerShell: TFM
Microsoft Windows PowerShell: TFM by Don Jones (Paperback - January 1, 2007)
Used & New from: $53.14
Add to wishlist See buying options