SØG - mellem flere end 8 millioner bøger:
Viser: Monad (AKA PowerShell) - Introducing the MSH Command Shell and Language
Monad (AKA PowerShell) Vital Source e-bog
Andy Oakley
(2005)
Monad (AKA PowerShell) Vital Source e-bog
Andy Oakley
(2005)
Monad (AKA PowerShell)
Introducing the MSH Command Shell and Language
Andy Oakley
(2006)
Sprog: Engelsk
om ca. 15 hverdage
Detaljer om varen
- 1. Udgave
- Vital Source searchable e-book (Reflowable pages): 208 sider
- Udgiver: O'Reilly Media, Inc (December 2005)
- ISBN: 9780596552848
Bookshelf online: 5 år fra købsdato.
Bookshelf appen: ubegrænset dage fra købsdato.
Udgiveren oplyser at følgende begrænsninger er gældende for dette produkt:
Print: -1 sider kan printes ad gangen
Copy: højest -1 sider i alt kan kopieres (copy/paste)
Detaljer om varen
- 1. Udgave
- Vital Source searchable e-book (Fixed pages): 206 sider
- Udgiver: O'Reilly Media, Inc (December 2005)
- ISBN: 9780596519131
Bookshelf online: 5 år fra købsdato.
Bookshelf appen: ubegrænset dage fra købsdato.
Udgiveren oplyser at følgende begrænsninger er gældende for dette produkt:
Print: 10 sider kan printes ad gangen
Copy: højest 10 sider i alt kan kopieres (copy/paste)
Detaljer om varen
- Paperback: 206 sider
- Udgiver: O'Reilly Media, Incorporated (Januar 2006)
- ISBN: 9780596100094
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 that PowerShell 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
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;