Cargando…

Windows Powershell pocket reference /

This portable reference to Windows PowerShell summarizes both the command shell and scripting language, and provides a concise reference to the major tasks that make PowerShell so successful. Written by Microsoft PowerShell team member Lee Holmes, and excerpted from his Windows PowerShell Cookbook,...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Holmes, Lee
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Sebastopol, Calif. : O'Reilly Media, 2008.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Ch. 1. A Whirlwind Tour of Windows PowerShell
  • 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 Providers
  • Much, Much More
  • Ch. 2. PowerShell Language and Environment
  • Commands and Expressions
  • Comments
  • Variables
  • Booleans
  • Strings
  • Numbers
  • Arrays and Lists
  • Hashtables (Associative Arrays)
  • Xml
  • Simple Operators
  • Comparison Operators
  • Conditional Statements
  • Looping Statements
  • Working with the .NET Framework
  • Writing Scripts, Reusing Functionality
  • Managing Errors
  • Formatting Output
  • Capturing Output
  • Tracing and Debugging
  • Common Customization Points
  • Ch. 3. Regular Expression Reference
  • Ch. 4. PowerShell Automatic Variables
  • Ch. 5. Standard PowerShell Verbs
  • Ch. 6. Selected .NET Classes and Their Uses
  • Ch. 7. WMI Reference
  • Ch. 8. Selected COM Objects and Their Uses
  • Ch. 9. .NET String Formatting
  • String Formatting Syntax
  • Standard Numeric Format Strings
  • Custom Numeric Format Strings
  • Ch. 10. .NET DateTime Formatting
  • Custom DateTime Format Strings.