Download the free Kindle app and start reading Kindle books instantly on your smartphone, tablet, or computer - no Kindle device required.
Read instantly on your browser with Kindle for Web.
Using your mobile phone camera - scan the code below and download the Kindle app.
Windows PowerShell Cookbook: for Windows, Exchange 2007, and MOM V3 1st Edition
There is a newer edition of this item:
$49.49
(138)
Only 8 left in stock (more on the way).
This Cookbook by Windows PowerShell team developer Lee Holmes provides hundreds of tested scripts that you can use right away to get Microsoft's new tool working for you. More than 150 recipes, combined with a concise task-based introduction to the Windows PowerShell scripting language and environment, make it the perfect look-up guide when you encounter a thorny problem, or need a quick solution. The ideal companion to any tutorial or reference, this book meets the needs of system administrators at any level.
Microsoft has revolutionized the world of system management and command-line shells with its release of Windows PowerShell, and Lee Holmes gives you practical tools and inside advice that will make you a more productive user and administrator. You will be able to solve everything from automating routine tasks, working with files, event logs and other forms of structured data, to managing the users and resources of complex Windows networks. Each recipe includes a focused piece of code plus discussion of how and why it works, so that you can apply the solution to similar tasks.
You get an array of recipes covering PowerShell fundamentals, common tasks, and administrator tasks, including:
- Pipelines, variables, objects, looping and flow control, strings and unstructured text, calculations and math
- Simple files; structured files; Internet-enabled scripts; code reuse; lists, arrays and hashtables; user feedback; error management; environmental awareness; script signing; and more
- Files and directories, registry manipulation, comparing data, event logs, process cmdlets, service cmdlets, Active Directory, enterprise computer management, and more
Those who administer Microsoft's Exchange 2007 and System Center Operations Manager (formerly MOM) will also benefit from this book, with separate chapters devoted to these servers. All Windows administrators will appreciate the appendices that include a PowerShell language quick reference, and a reference to the .NET, WMI and COM objects that PowerShell scripters will use often.
With working scripts, tutorials, and references all in one volume, Windows PowerShell Cookbook will turbocharge the productivity of any Windows administrator.
- ISBN-100596528493
- ISBN-13978-0596528492
- Edition1st
- PublisherO'Reilly Media
- Publication dateNovember 2, 2007
- LanguageEnglish
- Dimensions7 x 1.03 x 9.19 inches
- Print length592 pages
Similar items that may deliver to you quickly
Editorial Reviews
Book Description
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 lets him to integrate both the "how" and the "why" into discussions. Lee's integration 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
- Publisher : O'Reilly Media; 1st edition (November 2, 2007)
- Language : English
- Paperback : 592 pages
- ISBN-10 : 0596528493
- ISBN-13 : 978-0596528492
- Item Weight : 1.84 pounds
- Dimensions : 7 x 1.03 x 9.19 inches
- Best Sellers Rank: #7,296,298 in Books (See Top 100 in Books)
- #603 in Intranets & Extranets
- #950 in LANs (Books)
- #2,551 in Microsoft OS Guides
- Customer Reviews:
About the author
Discover more of the author’s books, see similar authors, read book recommendations and more.
Customer reviews
- 5 star4 star3 star2 star1 star5 star58%21%21%0%0%58%
- 5 star4 star3 star2 star1 star4 star58%21%21%0%0%21%
- 5 star4 star3 star2 star1 star3 star58%21%21%0%0%21%
- 5 star4 star3 star2 star1 star2 star58%21%21%0%0%0%
- 5 star4 star3 star2 star1 star1 star58%21%21%0%0%0%
Customer Reviews, including Product Star Ratings help customers to learn more about the product and decide whether it is the right product for them.
To calculate the overall star rating and percentage breakdown by star, we don’t use a simple average. Instead, our system considers things like how recent a review is and if the reviewer bought the item on Amazon. It also analyzed reviews to verify trustworthiness.
Learn more how customers reviews work on Amazon-
Top reviews
Top reviews from the United States
There was a problem filtering reviews right now. Please try again later.
I bought this book for two reasons. 1) to get up to speed on powershell and various use cases. 2) to get up to speed on powershell with respect to Exchange specific tasks and MOM specific tasks.
With respect to #1, it is an adequate book and I would give it 4 stars. With respect to #2, it is a dismal failure and I would be generous by giving it two stars. There are roughly 5 pages on both Exchange and MOM. You are better off using the help files or online docs.
Summary statement: This is a good generic powershell book but is poor in its attempt to provide an adequate resource for the Exchange 2007 and MOM sections.
The descriptions are clear and entertaining enough to keep you engaged throughout. I would even recommend this book to a complete scripting newbie who is interested in getting their feet wet. PowerShell is a great first scripting language, and again...learning by doing is the best way to make things stick. If you want to learn all about the language, Bruce Payette's "PowerShell in Action" is also an excellent read.
While the earlier review's critique of cmdlet coverage ('read the SDK') is valid, this book (and Lee Holmes' "Precision Computing" blog) will give you many practical ideas and give you a real taste of the kind of cooking you can do with the new language and environment. Bon Appetite.
I really wanted more on extending Powershell, but it's more meant as a user's guide, and it does a good job at that. I liked that when he shows how to do extend Powershell, he does it with csc instead of visual studio -- to show that you can easily do it with a simple editor if you don't have VS.