null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

Learn PowerShell Toolmaking in a Month of Lunches

List Price: $59.99
SKU:
9781617291166
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    Don Jones, Jeffery Hicks
    Format:
    Paperback
    Pages:
    312
    Publisher:
    Manning (December 22, 2012)
    Imprint:
    Manning
    Language:
    English
    ISBN-13:
    9781617291166
    ISBN-10:
    1617291161
    Weight:
    16oz
    Dimensions:
    7.38" x 9.25" x 0.71"
    File:
    Eloquence-SimonSchuster_05022026_P10038138_onix30_Complete-20260502.xml
    Folder:
    Eloquence
    List Price:
    $59.99
    Pub Discount:
    37
    Case Pack:
    28
    As low as:
    $56.99
    Publisher Identifier:
    P-SS
    Discount Code:
    H
  • Overview

    Summary

    Packed with hands-on labs to reinforce what you're learning, Learn PowerShell Toolmaking in a Month of Lunches is the best way to learn PowerShell scripting and toolmaking. Just set aside one hour a day—lunchtime would be perfect—for each self-contained lesson. You'll move quickly through core scripting concepts and start working on four real-world, practical tools. Each chapter adds more functionality, including custom formatting, error handling, parameterized input, input validation, help files and documentation, and more.

    About this Book

    You don't have to be a software developer to build PowerShell tools. With this book, a PowerShell user is a step away from becoming a proficient toolmaker.Learn PowerShell Toolmaking in a Month of Lunches is the best way to learn PowerShell scripting and toolmaking in just one hour a day. It's packed with hands-on labs to reinforce what you're learning. It's an easy-to-follow guide that covers core scripting concepts using four practical examples. Each chapter builds on the previous one as you add custom formatting, error handling, input validation, helpfiles, and more.

    Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book.

    What's Inside
    • Build your own administrative tools
    • Learn by doing with hands-on labs
    • Make scripts that feel like native PowerShell cmdlets

    This book does not assume you are a programmer. Experience using PowerShell as a command-line interface is helpful but not required.

    About the Authors

    Don Jones is a PowerShell MVP, speaker, and trainer. Jeffery Hicks is a PowerShell MVP and an independent consultant, trainer, and author. Don and Jeff coauthored Learn Windows PowerShell 3 in a Month of Lunches, Second Edition (Manning 2012) and PowerShell in Depth (Manning 2013).

    Table of Contents
    PART 1 INTRODUCTION TO TOOLMAKING
    1. Before you begin
    2. PowerShell scripting overview
    3. PowerShell's scripting language
    4. Simple scripts and functions
    5. Scope
    6. PART 2 BUILDING AN INVENTORY TOOL
    7. Tool design guidelines
    8. Advanced functions, part 1
    9. Advanced functions, part 2
    10. Writing help
    11. Error handling
    12. Debugging techniques
    13. Creating custom format views
    14. Script and manifest modules
    15. Adding database access
    16. Interlude: creating a new tool 157
    17. PART 3 ADVANCED TOOLMAKING TECHNIQUES
    18. Making tools that make changes
    19. Creating a custom type extension
    20. Creating PowerShell workflows
    21. Troubleshooting pipeline input
    22. Using object hierarchies for complex output
    23. Globalizing a function
    24. Crossing the line: utilizing the .NET Framework
    25. PART 4 CREATING TOOLS FOR DELEGATED ADMINISTRATION
    26. Creating a GUI tool, part 1: the GUI
    27. Creating a GUI tool, part 2: the code
    28. Creating a GUI tool, part 3: the output
    29. Creating proxy functions
    30. Setting up constrained removing endpoints
    31. Never the end