• Contact

  • Newsletter

  • About us

  • Delivery options

  • Prospero Book Market Podcast

  • News

  • Monad (AKA PowerShell): Introducing the MSH Command Shell and Language

    Monad (AKA PowerShell) by Oakley, Andy;

    Introducing the MSH Command Shell and Language

      • GET 10% OFF

      • The discount is only available for 'Alert of Favourite Topics' newsletter recipients.
      • Publisher's listprice GBP 27.99
      • The price is estimated because at the time of ordering we do not know what conversion rates will apply to HUF / product currency when the book arrives. In case HUF is weaker, the price increases slightly, in case HUF is stronger, the price goes lower slightly.

        14 165 Ft (13 491 Ft + 5% VAT)
      • Discount 10% (cc. 1 417 Ft off)
      • Discounted price 12 749 Ft (12 142 Ft + 5% VAT)

    14 165 Ft

    db

    Availability

    Estimated delivery time: In stock at the publisher, but not at Prospero's office. Delivery time approx. 3-5 weeks.
    Not in stock at Prospero.

    Why don't you give exact delivery time?

    Delivery time is estimated on our previous experiences. We give estimations only, because we order from outside Hungary, and the delivery time mainly depends on how quickly the publisher supplies the book. Faster or slower deliveries both happen, but we do our best to supply as quickly as possible.

    Product details:

    • Edition number 1
    • Publisher O'Reilly Media
    • Date of Publication 3 January 2006
    • Number of Volumes Print PDF

    • ISBN 9780596100094
    • Binding Paperback
    • No. of pages208 pages
    • Size 228x152 mm
    • Weight 314 g
    • Language English
    • 0

    Categories

    Short description:

    Built on the .NET Framework, Monad provides a powerful infrastructure for the automation of a range of administrative tasks. This book is a tour of some of the important capabilities that Monad puts into the hands of system administrators and power users.

    More

    Long description:

    Windows PowerShell, formerly know by its codename "Monad" and available now for Windows Server 2003, Windows XP, and Windows Vista, and soon for Exchange Server 2007 and MOM, is the future of Windows administration. From setting up automated build environments to managing 20,000 Exchange email clients in an organization, any tool that reduces the number of repetitive steps an administrator must perform, is a real win. Even better, PowerShell part of a major Microsoft initiative that aims to replace a host of Windows management tools with a single, unified shell. This is the promise of PowerShell and the reason IT professionals need to start learning how to use it today


    Reflecting the best of legacy tools such as bash and the Korn shell, PowerShell also breaks new ground in its command language design and its use of the object-oriented .NET Framework. And there is no better way to learn how to put PowerShell to work than to get your hands on Monad, O'Reilly's innovative, hands-on introduction to the tool. This concise 200-page book is an exciting tour of some of the new capabilities thatPowerShell puts into the hands of system administrators and power users, and is the perfect complement to existing PowerShell documentation.


    With more than 40 hands-on activities, the book covers every angle, from using PowerShell commands and its object-oriented pipelines to querying systems, generating reports and writing scripts that automate existing tasks. Adding to the lure is the fact that the book is written by Microsoft manager, Andy Oakley with a Foreword by PowerShell architect Jeffrey Snover-so you can be certain that it's teeming with inside information. Monad lets you see for yourself how PowerShell can significantly improve your productivity.


    Because the PowerShell technology has wide appeal, so, too, does this compact guide. Developers, administrators, and power users alike can all benefit from its insight. If you're someone who habitually drifts toward the c-m-d keys, knows all of the switches to most command tools, or spends time authoring batch files to solve new challenges, this book is right up your alley. And if your organization plans to upgrade soon to Exchange 2007 or MOM V3, there's no time to waste.


    Breaking News: A PowerShell RC1 Update to the book is now available at no charge from the book's catalog page on oreilly.com!

    More

    Table of Contents:

    Foreword;
    Preface;
    Who This Book Is For;
    How This Book Is Organized;
    What You Need to Use This Book;
    Conventions Used in This Book;
    Using Code Examples;
    How to Contact Us;
    Safari? Enabled;
    Acknowledgments;
    Chapter 1: Introducing MSH;
    1.1 Get MSH;
    1.2 Get to Know Verb
    -Noun Syntax and Cmdlets;
    1.3 Access the Registry Like a Filesystem;
    1.4 Create a Pipeline to Pass Information;
    1.5 Display Data;
    1.6 What's Next?;
    Chapter 2: Customizing MSH;
    2.1 Load and Save Scripts;
    2.2 Save Keystrokes with Aliases;
    2.3 Work with the Command Line;
    2.4 Make Yourself at Home;
    2.5 Find Out What a Command Will Do Before Running It;
    2.6 What's Next?;
    Chapter 3: Scripting MSH;
    3.1 The .NET Framework;
    3.2 Work with Structured Objects;
    3.3 Store Information in Variables;
    3.4 Control Script Flow with Comparisons;
    3.5 Do Repetitive Work with Loops;
    3.6 Capture Reusable Behavior in a Function;
    3.7 Transform Objects as They Pass Through the Pipeline;
    3.8 What's Next?;
    Chapter 4: Managing MSH Scope and State;
    4.1 Control Access to Variables and Functions;
    4.2 Work with Special Characters;
    4.3 Use Wildcards to Define a Set of Items;
    4.4 Take String Comparison Beyond
    -eq,
    -lt, and
    -gt;
    4.5 When Things Go Wrong;
    4.6 What's Next?;
    Chapter 5: Adding to the MSH Toolkit;
    5.1 Extend the Toolkit with Generic Cmdlets;
    5.2 Work with Text Files;
    5.3 Work with Structured File Formats;
    5.4 How Variables Relate to the .NET Framework;
    5.5 Calling Methods of the .NET Class Library;
    5.6 Using new
    -object with COM Objects;
    5.7 What's Next?;
    Chapter 6: Working with Operating System Components;
    6.1 Monitoring the Event Log;
    6.2 Auditing System Services;
    6.3 Get System Information from WMI;
    6.4 Manage Filesystem Permissions;
    6.5 What's Next?;
    Chapter 7: Putting MSH to Work;
    7.1 Invoke Commands with &;
    7.2 Parse Text
    -Based Application Output;
    7.3 Fill In the Blanks: Take Input from the Console;
    7.4 Untangle GOTO
    -Based Batch Files;
    7.5 Recap: Replacing Common Batch File Syntax;
    7.6 Renaming Multiple Files at Once;
    7.7 Match and Replace Content in a Text File;
    7.8 List Recently Changed Files;
    7.9 Counting Types of Files;
    7.10 Find Out Which Command Is Being Run;
    7.11 Downloading Content from the Web;
    7.12 Shorthand for Frequently Used Data;
    7.13 Returning System Uptime;
    7.14 Simple UI Automation;
    7.15 Colorize the Output of get
    -childitem;
    7.16 What's Left?;
    Appendix A: Syntax and Grammar;
    A.1 Cmdlets;
    A.2 Operators;
    A.3 Data Types;
    A.4 Automatic Variables;
    A.5 Global Variables;
    A.6 Preference Variables;
    A.7 Execution Flow;
    A.8 Loops;
    A.9 Functions and Filters;
    A.10 Resolution Order;
    Appendix B: Standard Cmdlets, Functions, and Aliases;
    B.1 Standard Cmdlets;
    B.2 Standard Functions;
    B.3 Aliases;
    Colophon;

    More