Windows PowerShell cookbook

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 env...

Descripción completa

Detalles Bibliográficos
Autor principal: Holmes, Lee (-)
Formato: Libro electrónico
Idioma:Inglés
Publicado: Beijing ; Sebastopol, California : O'Reilly 2007.
Edición:First edition
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009627009606719
Tabla de Contenidos:
  • Windows PowerShell Cookbook; That Lee Guy; Preface; How This Book Is Organized; Part II: Fundamentals; Part III: Common Tasks; Part IV: Administrator Tasks; Part V: References; What You Need to Use This Book; Conventions Used in This Book; Code Examples; Using Code Examples; Comments and Questions; Acknowledgments; I. Tour; An Interactive Shell; Structured Commands (Cmdlets); Deep Integration of Objects; Administrators As First-Class Users; Composable Commands; Techniques to Protect You from Yourself; Common Discovery Commands; Ubiquitous Scripting; Ad Hoc Development; Bridging Technologies
  • Namespace Navigation Through ProvidersMuch, Much More; II. Fundamentals; 1.1. Run Programs, Scripts, and Existing Tools; Solution; Discussion; See Also; 1.2. Run a PowerShell Command; Solution; Discussion; See Also; 1.3. Customize Your Shell, Profile, and Prompt; Solution; Discussion; See Also; 1.4. Find a Command to Accomplish a Task; Solution; Discussion; See Also; 1.5. Get Help on a Command; Solution; Discussion; See Also; 1.6. Program: Search Help for Text; 1.7. Invoke a PowerShell Script From Outside PowerShell; Solution; Discussion; See Also
  • 1.8. Program: Retain Changes to Environment Variables Set by a Batch File1.9. Get the System Date and Time; Solution; Discussion; See Also; 1.10. Determine the Status of the Last Command; Solution; Discussion; 1.11. Measure the Duration of a Command; Solution; Discussion; See Also; 1.12. Customize the Shell to Improve Your Productivity; Solution; Discussion; See Also; 1.13. Program: Learn Aliases for Common Commands; 1.14. Access and Manage Your Console History; Solution; Discussion; See Also; 1.15. Store the Output of a Command into a File; Solution; Discussion; See Also
  • 1.16. Add Information to the End of a FileSolution; Discussion; See Also; 1.17. Record a Transcript of Your Shell Session; Solution; Discussion; 1.18. Display the Properties of an Item As a List; Solution; Discussion; 1.19. Display the Properties of an Item As a Table; Solution; Discussion; See Also; 1.20. Manage the Error Output of Commands; Solution; Discussion; See Also; 1.21. Configure Debug, Verbose, and Progress Output; Solution; Discussion; See Also; 1.22. Extend Your Shell with Additional Snapins; Solution; Discussion; See Also; 1.23. Use Console Files to Load and Save Sets of Snapins
  • SolutionDiscussion; See Also; 2. Pipelines; 2.1. Filter Items in a List or Command Output; Solution; Discussion; See Also; 2.2. Program: Simplify Most Where-Object Filters; 2.3. Program: Interactively Filter Lists of Objects; 2.4. Work with Each Item in a List or Command Output; Solution; Discussion; See Also; 2.5. Automate Data-Intensive Tasks; Solution; Discussion; See Also; 3. Variables and Objects; 3.1. Store Information in Variables; Solution; Discussion; See Also; 3.2. Access Environment Variables; Solution; Discussion; See Also
  • 3.3. Control Access and Scope of Variables and Other Items