Windows PowerShell Cookbook and over one million other books are available for Amazon Kindle. Learn more

Due Date: Oct 27, 2013

FREE return shipping at the end of the semester
 
   
Sell Us Your Item
For a $4.28 Gift Card
Trade in
Have one to sell? Sell yours here
Start reading Windows PowerShell Cookbook on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.
Sorry, this item is not available in
Image not available for
Color:
Image not available

To view this video download Flash Player

 

Windows PowerShell Cookbook: The Complete Guide to Scripting Microsoft's New Command Shell [Paperback]

Lee Holmes
4.6 out of 5 stars  See all reviews (20 customer reviews)

Rent
$21.73
In Stock.
Rented by RentU and Fulfilled by Amazon.
Free Two-Day Shipping for College Students with Amazon Student

Formats

Amazon Price New from Used from
Kindle Edition $25.07  
Paperback --  
Shop the new tech.book(store)
New! Introducing the tech.book(store), a hub for Software Developers and Architects, Networking Administrators, TPMs, and other technology professionals to find highly-rated and highly-relevant career resources. Shop books on programming and big data, or read this week's blog posts by authors and thought-leaders in the tech industry. > Shop now
There is a newer edition of this item:
Windows PowerShell Cookbook: The Complete Guide to Scripting Microsoft's Command Shell Windows PowerShell Cookbook: The Complete Guide to Scripting Microsoft's Command Shell 4.4 out of 5 stars (5)
$33.48
In Stock.

Book Description

August 26, 2010 0596801505 978-0596801502 Second Edition

Do you know how to use Windows PowerShell to navigate the filesystem and manage files and folders? Or how to retrieve a web page? This introduction to the PowerShell language and scripting environment provides more than 430 task-oriented recipes to help you solve the most complex and pressing problems, and includes more than 100 tried-and-tested scripts that intermediate to advanced system administrators can copy and use immediately.

You'll find hands-on tutorials on fundamentals, common tasks, and administrative jobs that you can apply whether you're on a client or server version of Windows. You also get quick references to technologies used in conjunction with PowerShell, including format specifiers and frequently referenced registry keys to selected .NET, COM, and WMI classes. With Windows PowerShell Cookbook, you’ll get more done in less time.

  • Take a tour of PowerShell’s core features, including the command model, object-based pipeline, and ubiquitous scripting
  • Learn PowerShell fundamentals such as the interactive shell and fundamental pipeline and object concepts
  • Perform common tasks that involve working with files, Internet-connected scripts, user interaction, and more
  • Solve tasks in systems and enterprise management, such as working with Active Directory, the filesystem, registry, event logs, processes, and services


Editorial Reviews

About the Author

Lee Holmes is a developer on the Microsoft Windows PowerShell team, and has been an authoritative source of information about PowerShell since its earliest betas. His vast experience with Windows PowerShell enables him to integrate both the 'how' and the 'why' into discussions. Lee's involvement with the PowerShell and administration community (via newsgroups, mailing lists, and blogs) gives him a great deal of insight into the problems faced by all levels of administrators and PowerShell users alike.


Product Details

  • Paperback: 884 pages
  • Publisher: O'Reilly Media; Second Edition edition (August 26, 2010)
  • Language: English
  • ISBN-10: 0596801505
  • ISBN-13: 978-0596801502
  • Product Dimensions: 7 x 1.7 x 9.2 inches
  • Shipping Weight: 3 pounds
  • Average Customer Review: 4.6 out of 5 stars  See all reviews (20 customer reviews)
  • Amazon Best Sellers Rank: #417,263 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and more.

Customer Reviews

4.6 out of 5 stars
(20)
4.6 out of 5 stars
Most Helpful Customer Reviews
20 of 20 people found the following review helpful
5.0 out of 5 stars A vital piece of any PowerShell scripter's collection September 1, 2010
Format:Paperback
I've been using PowerShell for a little over a year now, and I've acquired quite a hefty collection of PSH-related books. Among those books, the 1st edition of Lee Holmes' "Windows PowerShell Cookbook" is one the most heavily read and dog-eared. The new 2nd edition adds chapters and sample scripts around PowerShell 2.0's new features, like Event Handling and Advanced Functions, but most importantly, it retains - and even expands upon - the obvious passion that Holmes has for PowerShell, and for helping people understand it.

Whether you're just getting into PowerShell now, or you're a seasoned expert who has been using PowerShell since it was codenamed "Monad", Lee Holmes' "Windows PowerShell Cookbook" should have a prominent position on your bookshelf, or in your e-book reader!

** Full disclosure: I work for Microsoft, but my job has nothing to do with PowerShell. This review is my own personal opinion. **
Was this review helpful to you?
12 of 13 people found the following review helpful
5.0 out of 5 stars Excellent tool September 24, 2010
By Jobobo
Format:Paperback
I have read many powershell books out there, and many of them are good, many are not so good. This book claims to be a cookbook, which typically I use as a reference to take ideas from. There is usually a short explanation of the concepts and uses of the technology. But I found I gained a good deal of practical application of the concepts in these short reviews. So in short this should not be your 1st Powershell book, but it should definitely be your second if you are an IT administrator.

The scripts are comprehensive, and useful. Lee has done a great job. I found immediate use that saved me a couple days in consulting time. So a $40 book and a couple of hours of my time against that cost, was quite a good return and I end up being the IT hero again.
Was this review helpful to you?
7 of 7 people found the following review helpful
4.0 out of 5 stars very good to pull ideas or a how to on but... May 26, 2011
By forrest
Format:Paperback
I have read several of the chapters and used parts here and there in the book and I do have java programming experience so i am not a total newbie.
As other readers have noted: This should not be your first scripting or PS book.

The books description does not make it out to be more than it is. A cookbook. It also provides a lot of PS basics but it also leaves a lot out. I was scratching my head on Arrays, lists and other collections. The book does not allow for clear distinctions between them but my experience told me there was a difference. Structuring the script was also passed over too quickly. I had to do some digging on the Internet for opinions and answers.

There are many scripts in the book but they are written or purposed in a way that do not expose the weaknesses/complexities of powershell like:
-"how do I know my Get-function is going to return an collection? sometimes it returns an object and if it does this script will fail"
-"how do I make my [array] of a static size?"

So I am going to keep this book around and read more of it BUT I am also going to look for another to partner it with.
Comment | 
Was this review helpful to you?
5 of 5 people found the following review helpful
5.0 out of 5 stars Must Have technical reference January 31, 2011
By Lisa
Format:Paperback
I highly recommend you get this book.
First of all, this title is published by O'Reilly. This publisher has always been at the top level of weighty technical reference books. And this is just the case in this book. Second, the word "cookbook" is quite appropriate. You can search the index for a task and get right to it without digging through the whole book. If you are just starting out in Powershell (PS) and you're thinking of having a book around that you can grow into as you advance then this would be an excellent choice.
PS can handle objects and the common features of a programming language. The book has a thorough section on fundamentals and then has several specific, "common tasks" sections. A good sysadmin will need to be familiar with PS. If you buy & download an electronic version, you can copy/paste snippets into PS. Author Lee Holmes also provides the example code at the title's home page. You can start running the examples right away.
This is a book that you will keep referring to time & time again. It's that good.
AzSailor
Comment | 
Was this review helpful to you?
9 of 12 people found the following review helpful
Format:Kindle Edition|Amazon Verified Purchase
Hows that for service? A response from the author having enhanced the book's contents! (Refer comments). This makes the book far more navigable and useful from a Kindle (including desktop version and cloud reader). I couldn't automatically update my book from the manageyourkindle page, so I had to contact customer service who very promptly got me all sorted out - do this if you happen to have the old Kindle version. Since the update I would recommend the Kindle version - I find it a useful and handy reference if I can't quite crack a certain task, and a hell of lot lighter than the print version :)

--- Old review ---

This review applies to the Kindle version, which is currently flawed and requires an update. Please O'Reilly fix it!

The general content of the book is great, and worthy of the other rave reviews on the site. I needn't really repeat them here. The problem is being able to find it.

The contents for the Kindle version lists each 'recipe' along with the sub items of 'problem', 'solution', 'discussion' and 'see also' beneath them. This means, what should be a quick-reference sheet, becomes very busy and difficult to parse. It's even hard to follow what chapter you are looking through. You can compare the Kindle versus Print in the 'Look Inside' to see what I mean - the print version contents spans 10 pages, neatly laid out, while in the Kindle version you must click through at least 50 pages of useless links.

Kindle search can't really help you out, because it can't search with context, and a simple keyword search will yield lots of useless results.

In the end I typically give up and search Google instead, making this book a waste of money for me.
Was this review helpful to you?
Most Recent Customer Reviews
5.0 out of 5 stars Informative and a good primer
This book is a must for anyone wanting to learn, sharpen or maintain skills in Powershell. Though the platform is a bit daunting in the beginning, like so many things, practice... Read more
Published 5 months ago by david grant
5.0 out of 5 stars Very interesting book
I am newbie in powershell world and the book will help to understand how powershell works with examples that could help to solve future problems I will manage.
Published 6 months ago by Sabino
5.0 out of 5 stars Fantastic intro to scripting book
I got this book because I was interested in learning a new scripting language -- this book is great for that. Read more
Published 6 months ago by Will
3.0 out of 5 stars cook book titles going down hill
the first few cook book based IT books i bought were a great value and helped a lot

but in the powershell area... Read more
Published 7 months ago by ConObs
3.0 out of 5 stars HORRIBLE KINDLE VERSION
Since im going to be using this mainly for reference i figured "Why not buy a kindle version so i can search through the text?"

Horrible idea. Read more
Published 12 months ago by Ross
4.0 out of 5 stars Good overview
This is a good book for getting your head around some basic concepts in PowerShell while also giving lots of usable examples. Read more
Published 13 months ago by Jeffery T. Reser
5.0 out of 5 stars A Great Place to Start, and a Great Reference!
I'll preface this by saying that I am a hands on kind of learner. I'm not proud of it, but I know myself well enough to know that if a book doesn't produce a result quickly, I'll... Read more
Published 15 months ago by David Kenneth Caudill
5.0 out of 5 stars Excellent Book!
Very detailed, easy to follow Powershell Guide. Extremely happy that I chose the Correct guide. Recommend for all wishing to learn Powershell!!!
Published 20 months ago by James Lin
4.0 out of 5 stars Good book for windows power users
I got this book when it first came out, and it has a lot of helpful tips and methods for working with and in powershell.
Published 22 months ago by Pogo
5.0 out of 5 stars One of the better resources
I am in the process of sharpening my PowerShell skills so I am always on the lookout for "learning materials". Read more
Published 22 months ago by Gary Gray
Search Customer Reviews
Only search this product's reviews


Forums

There are no discussions about this product yet.
Be the first to discuss this product with the community.
Start a new discussion
Topic:
First post:
Prompts for sign-in
 



So You'd Like to...



Look for Similar Items by Category