Monad

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,0...

Descripción completa

Detalles Bibliográficos
Autor principal: Oakley, Andy (-)
Formato: Libro electrónico
Idioma:Inglés
Publicado: Beijing : O'Reilly 2006.
Edición:First edition
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009627085506719
Tabla de Contenidos:
  • Monad (AKA PowerShell); Preface; 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.2. Get to Know Verb-Noun Syntax and Cmdlets; 1.2.2. What Just Happened?; 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.2. What About...; 1.3.3. Where Can I Learn More?; 1.4. Create a Pipeline to Pass Information; 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.2. What Just Happened?; 1.5.3. What About...; 1.5.4. Where Can I Learn More?; 1.6. What&s Next?; 2. Customizing MSH; 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.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.2. What About...; 2.3.3. Where Can I Learn More?; 2.4. Make Yourself at Home; 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.2. What Just Happened?2.5.3. What About...; 2.6. What&s Next?; 3. Scripting MSH; 3.2. Work with Structured Objects; 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.2. What Just Happened?; 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.2. What Just Happened?; 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 Loops3.5.2. What Just Happened?; 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.2. What Just Happened?; 3.6.3. What About...; 3.7. Transform Objects as They Pass Through the Pipeline; 3.7.2. What Just Happened?; 3.7.3. What About...; 3.8. What&s Next?; 4. Managing MSH Scope and State; 4.1.2. What Just Happened?; 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 Characters4.2.2. What Just Happened?; 4.2.3. What About...; 4.3. Use Wildcards to Define a Set of Items; 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.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.2. What Just Happened?; 4.5.3. What About...; 4.6. What&s Next?; 5. Adding to the MSH Toolkit; 5.1.2. What About...; 5.1.3. Where Can I Learn More?; 5.2. Work with Text Files; 5.2.2. What About ...; 5.2.3. Where Can I Learn More?
  • 5.3. Work with Structured File Formats