reklama - zainteresowany?

Monad (AKA PowerShell). Introducing the MSH Command Shell and Language - Helion

Monad (AKA PowerShell). Introducing the MSH Command Shell and Language
ebook
Autor: Andy Oakley
ISBN: 978-05-965-5284-8
stron: 208, Format: ebook
Data wydania: 2005-12-12
Księgarnia: Helion

Cena książki: 101,15 zł (poprzednio: 117,62 zł)
Oszczędzasz: 14% (-16,47 zł)

Dodaj do koszyka Monad (AKA PowerShell). Introducing the MSH Command Shell and Language

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!

Dodaj do koszyka Monad (AKA PowerShell). Introducing the MSH Command Shell and Language

 

Osoby które kupowały "Monad (AKA PowerShell). Introducing the MSH Command Shell and Language", wybierały także:

  • Windows Media Center. Domowe centrum rozrywki
  • Ruby on Rails. Ćwiczenia
  • DevOps w praktyce. Kurs video. Jenkins, Ansible, Terraform i Docker
  • Przywództwo w Å›wiecie VUCA. Jak być skutecznym liderem w niepewnym Å›rodowisku
  • Scrum. O zwinnym zarzÄ…dzaniu projektami. Wydanie II rozszerzone

Dodaj do koszyka Monad (AKA PowerShell). Introducing the MSH Command Shell and Language

Spis treści

Monad (AKA PowerShell). Introducing the MSH Command Shell and Language eBook -- spis treści

  • Monad (AKA PowerShell)
    • SPECIAL OFFER: Upgrade this ebook with OReilly
    • 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
    • 1. Introducing MSH
      • 1.1. Get MSH
        • 1.1.1. Downloading MSH
      • 1.2. Get to Know Verb-Noun Syntax and Cmdlets
        • 1.2.1. How Do I Do That?
          • 1.2.1.1. Running a first command
        • 1.2.2. What Just Happened?
          • 1.2.2.1. What is a cmdlet?
          • 1.2.2.2. Why the verb-noun model?
        • 1.2.3. What About...
        • 1.2.4. Where Can I Learn More?
      • 1.3. Access the Registry Like a Filesystem
        • 1.3.1. How Do I Do That?
        • 1.3.2. What About...
        • 1.3.3. Where Can I Learn More?
      • 1.4. Create a Pipeline to Pass Information
        • 1.4.1. How Do I Do That?
        • 1.4.2. What Just Happened?
        • 1.4.3. What About...
        • 1.4.4. Where Can I Learn More?
      • 1.5. Display Data
        • 1.5.1. How Do I Do That?
        • 1.5.2. What Just Happened?
        • 1.5.3. What About...
        • 1.5.4. Where Can I Learn More?
      • 1.6. Whats Next?
    • 2. Customizing MSH
      • 2.1. Load and Save Scripts
        • 2.1.1. How Do I Do That?
        • 2.1.2. What Just Happened?
        • 2.1.3. What About...
        • 2.1.4. Where Can I Learn More?
      • 2.2. Save Keystrokes with Aliases
        • 2.2.1. How Do I Do That?
        • 2.2.2. What Just Happened?
        • 2.2.3. What About...
        • 2.2.4. Where Can I Learn More?
      • 2.3. Work with the Command Line
        • 2.3.1. How Do I Do That?
        • 2.3.2. What About...
        • 2.3.3. Where Can I Learn More?
      • 2.4. Make Yourself at Home
        • 2.4.1. How Do I Do That?
        • 2.4.2. What Just Happened?
        • 2.4.3. Where Can I Learn More?
      • 2.5. Find Out What a Command Will Do Before Running It
        • 2.5.1. How Do I Do That?
        • 2.5.2. What Just Happened?
        • 2.5.3. What About...
      • 2.6. What's Next?
    • 3. Scripting MSH
      • 3.1. The .NET Framework
      • 3.2. Work with Structured Objects
        • 3.2.1. How Do I Do That?
        • 3.2.2. What Just Happened?
        • 3.2.3. What About...
        • 3.2.4. Where Can I Learn More?
      • 3.3. Store Information in Variables
        • 3.3.1. How Do I Do That?
        • 3.3.2. What Just Happened?
          • 3.3.2.1. Working with arrays and hashtables
          • 3.3.2.2. Special values
          • 3.3.2.3. By-value assignment
          • 3.3.2.4. By-reference assignment
        • 3.3.3. What About...
        • 3.3.4. Where Can I Learn More?
      • 3.4. Control Script Flow with Comparisons
        • 3.4.1. How Do I Do That?
        • 3.4.2. What Just Happened?
          • 3.4.2.1. The if statement
          • 3.4.2.2. The switch statement
        • 3.4.3. What About...
        • 3.4.4. Where Can I Learn More?
      • 3.5. Do Repetitive Work with Loops
        • 3.5.1. How Do I Do That?
        • 3.5.2. What Just Happened?
          • 3.5.2.1. The for loop
          • 3.5.2.2. The while loop
          • 3.5.2.3. The foreach loop
          • 3.5.2.4. Formatting strings
        • 3.5.3. What About...
        • 3.5.4. Where Can I Learn More?
      • 3.6. Capture Reusable Behavior in a Function
        • 3.6.1. How Do I Do That?
        • 3.6.2. What Just Happened?
        • 3.6.3. What About...
      • 3.7. Transform Objects as They Pass Through the Pipeline
        • 3.7.1. How Do I Do That?
        • 3.7.2. What Just Happened?
        • 3.7.3. What About...
      • 3.8. What's Next?
    • 4. Managing MSH Scope and State
      • 4.1. Control Access to Variables and Functions
        • 4.1.1. How Do I Do That?
        • 4.1.2. What Just Happened?
          • 4.1.2.1. Global scope
          • 4.1.2.2. Local scope
          • 4.1.2.3. Script scope
          • 4.1.2.4. Private scope
        • 4.1.3. What About...
      • 4.2. Work with Special Characters
        • 4.2.1. How Do I Do That?
        • 4.2.2. What Just Happened?
        • 4.2.3. What About...
      • 4.3. Use Wildcards to Define a Set of Items
        • 4.3.1. How Do I Do That?
        • 4.3.2. What About...
        • 4.3.3. Where Can I Learn More?
      • 4.4. Take String Comparison Beyond -eq, -lt, and -gt
        • 4.4.1. Regular Expressions
        • 4.4.2. How Do I Do That?
        • 4.4.3. What About...
        • 4.4.4. Where Can I Learn More?
      • 4.5. When Things Go Wrong
        • 4.5.1. How Do I Do That?
        • 4.5.2. What Just Happened?
        • 4.5.3. What About...
      • 4.6. What's Next?
    • 5. Adding to the MSH Toolkit
      • 5.1. Extend the Toolkit with Generic Cmdlets
        • 5.1.1. How Do I Do That?
        • 5.1.2. What About...
        • 5.1.3. Where Can I Learn More?
      • 5.2. Work with Text Files
        • 5.2.1. How Do I Do That?
        • 5.2.2. What About ...
        • 5.2.3. Where Can I Learn More?
      • 5.3. Work with Structured File Formats
        • 5.3.1. How Do I Do That?
        • 5.3.2. What About...
        • 5.3.3. Where Can I Learn More?
      • 5.4. How Variables Relate to the .NET Framework
        • 5.4.1. How Do I Do That?
        • 5.4.2. What Just Happened?
        • 5.4.3. Where Can I Learn More?
      • 5.5. Calling Methods of the .NET Class Library
        • 5.5.1. How Do I Do That?
        • 5.5.2. What Just Happened?
        • 5.5.3. What About ...
        • 5.5.4. Where Can I Learn More?
      • 5.6. Using new-object with COM Objects
        • 5.6.1. How Do I Do That?
      • 5.7. What's Next?
    • 6. Working with Operating System Components
      • 6.1. Monitoring the Event Log
        • 6.1.1. How Do I Do That?
        • 6.1.2. What Just Happened?
        • 6.1.3. What About...
        • 6.1.4. Where Can I Learn More?
      • 6.2. Auditing System Services
        • 6.2.1. How Do I Do That?
        • 6.2.2. What Just Happened?
        • 6.2.3. What About...
        • 6.2.4. Where Can I Learn More?
      • 6.3. Get System Information from WMI
        • 6.3.1. How Do I Do That?
        • 6.3.2. What Just Happened?
        • 6.3.3. What About...
        • 6.3.4. Where Can I Learn More?
      • 6.4. Manage Filesystem Permissions
        • 6.4.1. How Do I Do That?
        • 6.4.2. What Just Happened?
        • 6.4.3. What About ...
        • 6.4.4. Where Can I Learn More?
      • 6.5. What's Next?
    • 7. Putting MSH to Work
      • 7.1. Invoke Commands with &
        • 7.1.1. How Do I Do That?
        • 7.1.2. What Just Happened?
        • 7.1.3. What About ...
      • 7.2. Parse Text-Based Application Output
        • 7.2.1. How Do I Do That?
        • 7.2.2. What Just Happened?
        • 7.2.3. What About ...
      • 7.3. Fill In the Blanks: Take Input from the Console
        • 7.3.1. How Do I Do That?
        • 7.3.2. Where Can I Learn More?
      • 7.4. Untangle GOTO-Based Batch Files
        • 7.4.1. How Do I Do That?
        • 7.4.2. What Just Happened?
      • 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?
    • A. Syntax and Grammar
      • A.1. Cmdlets
      • A.2. Operators
        • A.2.1. Arithmetic
        • A.2.2. Assignment
        • A.2.3. Negation
        • A.2.4. General Comparison
        • A.2.5. String Comparison
        • A.2.6. Array-Containment Operators
        • A.2.7. Bitwise Operators
      • A.3. Data Types
        • A.3.1. Numbers
        • A.3.2. Strings
        • A.3.3. Arrays
        • A.3.4. Hashtables (Associative Arrays)
      • A.4. Automatic Variables
      • A.5. Global Variables
      • A.6. Preference Variables
      • A.7. Execution Flow
        • A.7.1. if Statement
        • A.7.2. switch Statement
      • A.8. Loops
        • A.8.1. while Loop
        • A.8.2. for Loop
        • A.8.3. foreach Loop
      • A.9. Functions and Filters
        • A.9.1. Functions
        • A.9.2. Filters
      • A.10. Resolution Order
    • B. Standard Cmdlets, Functions, and Aliases
      • B.1. Standard Cmdlets
        • B.1.1. System
        • B.1.2. Objects
        • B.1.3. History
        • B.1.4. Cmdlet Providers
          • B.1.4.1. Drives
          • B.1.4.2. Paths and locations
          • B.1.4.3. Properties
          • B.1.4.4. Items
          • B.1.4.5. Content
        • B.1.5. Operating System Components
        • B.1.6. Output Formatters
        • B.1.7. Aliases
        • B.1.8. Miscellaneous
        • B.1.9. Variables
        • B.1.10. Input/Output
        • B.1.11. Security
        • B.1.12. Debugging
      • B.2. Standard Functions
      • B.3. Aliases
    • About the Author
    • Colophon
    • SPECIAL OFFER: Upgrade this ebook with OReilly

Dodaj do koszyka Monad (AKA PowerShell). Introducing the MSH Command Shell and Language

Code, Publish & WebDesing by CATALIST.com.pl



(c) 2005-2024 CATALIST agencja interaktywna, znaki firmowe należą do wydawnictwa Helion S.A.